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