> For the complete documentation index, see [llms.txt](https://docs.tomorrowx.com/cap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomorrowx.com/cap/product-reference/third-party-software.md).

# Third Party Software

Composable Agentic Platform like many other products is indebted to the efforts of a number of third-party providers. Some of those products are open source, others licensed from commercial software vendors. The following is a list of the software components that may be included in the product (depending on the product version) and the licenses under which they have been obtained.

Please note that with Composable Agentic Platform being a connection-oriented solution, this list is subject to change at any time due to new extensions being made available.

Central to the decision to license any software for direct use by Composable Agentic Platform is that it may not be licensed under the GPL license.

[Open Source Components](/cap/product-reference/third-party-software/open-source-components.md)

[Closed Source Licensed Components](/cap/product-reference/third-party-software/closed-source-licensed-components.md)

[Licenses](/cap/product-reference/third-party-software/licenses.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tomorrowx.com/cap/product-reference/third-party-software.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
