> For the complete documentation index, see [llms.txt](https://docs.aiceberg.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiceberg.ai/getting-started/faq.md).

# FAQ

* [What is the CSV format for Collections?](/inventory/what-is-the-inventory/what-are-collections/whats-the-csv-format-for-collections.md)
* [How do I contact support?](broken://pages/68497dd5c8bdbbcbd3aac917095af260e051c2b1)

<details>

<summary>Where can I find a Profile's ID?</summary>

Go to Profiles in the Inventory and tap one to highlight it. There are three ways to get the profile ID to use in your API calls:

* look at the end of the URL
* look at the page title (on the right)
* tap the copy/paste icon next to the name

<div data-full-width="false" data-with-frame="true"><figure><img src="/files/xkqVyX01MRvupDAztpvp" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>What are the minimum browser requirements?</summary>

Aiceberg supports the newest versions of:

* Chrome
* Firefox
* Safari

</details>

<details>

<summary>Does Aiceberg handle languages other than English?</summary>

No.

</details>

<details>

<summary>Why is my API key getting authentication errors?</summary>

New or refreshed API keys may take up to 15 minutes to become active. If you receive authentication errors immediately after creation, please wait a few minutes and try again.

</details>


---

# 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.aiceberg.ai/getting-started/faq.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.
