> For the complete documentation index, see [llms.txt](https://docs.connectedyou.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/exports/inventory.md).

# Inventory

Inventory of SIM Profiles and Cards can be exported along with current month till date usage information from the system. This can be achieved by directly clicking the Export CSV button on top right of the Profiles and Cards table on the console.&#x20;

<figure><img src="/files/wiEp6mPoRxYIg0Q0LmTY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/smxfZkwKJ7lBm0Jvbkka" alt=""><figcaption></figcaption></figure>

If you want limited set of data you may filter the data grid and then choose to export what is viewed on console all the data from the system based on filtered choices.

<figure><img src="/files/v1QOhtHC9ggbr9w5pie8" alt=""><figcaption></figcaption></figure>

If "Export All" option is selected you will receive an email when the export file is ready for download. Depending on the number of entries on the file it may take between few seconds to few minutes. File can be downloaded from the Exports menu.

You can also initiate an export directly from the "Exports" menu.

<figure><img src="/files/pUIQ3tqwpxtDBOtkfcL8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/GvAoKUCcHCity6ckryF4" alt=""><figcaption></figcaption></figure>


---

# 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://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/exports/inventory.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.
