> For the complete documentation index, see [llms.txt](https://doc.commandersact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.commandersact.com/getting-started/integrating-your-data.md).

# Integrating your data

There are several ways how to get your data into Commanders Act platform.

## Real-time Commanders Act tracking

|                            |                                                                                                                                                                          |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Web container (OneTag)** | You can use the [OneTag](/getting-started/integrating-your-data/onetag-tutorial.md) to send events via our tag manager system.                                           |
| **Javascript SDK**         | You can use the [Javascript SDK](/features/sources/sources-catalog/web/js-sdk.md) to track events directly from your website code/CMS/TMS.                               |
| **Google Tag Manager**     | If you are using GTM client-side container, you can use our serverside platform by using the [Commanders Act GTM template](/features/sources/sources-catalog/web/gtm.md) |
| **Mobile SDKs**            | The [Mobile SDKs](/features/sources/sources-catalog/mobile-app.md) are the best way to simplify tracking in your iOS/Android apps.                                       |
| **Rest API**               | If you need to build your custom solution, have a look to the [http tracking API](/features/sources/sources-catalog/server/http-tracking-api.md).                        |

## Third party tools

Commanders Act also offers connectors to third party tools, visit the [source catalog](/features/sources/sources-catalog.md) to explore the full list.

## Imports

It is possible to import data to Commanders Act through regular automated file imports (csv), such as:

* [CRM users](/features/sources/sources-catalog/import-crm-users/users-file-importer.md)
* [Conversions](/features/sources/sources-catalog/import-conversions/conversions-files-importer.md) and [Product catalog](/features/sources/sources-catalog/product-catalog.md)
* Custom storage universe

## Data API

You can send your specific data through our [Data JSON APIs](/developers/tracking-and-integrations/tracking/data-api.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, and the optional `goal` query parameter:

```
GET https://doc.commandersact.com/getting-started/integrating-your-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
