> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gately.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# General FAQ

> Frequently asked questions about TaamCloud API

<AccordionGroup>
  <Accordion title="What is TaamCloud API?" icon="robot">
    TaamCloud API is a comprehensive suite of AI services including:

    * Chat and Language Models
    * Image Generation
    * Music Creation
    * Text Embeddings
    * Document Processing
  </Accordion>

  <Accordion title="How do I get started?" icon="rocket">
    1. Sign up at [TaamCloud Developer Portal](https://app.gately.ai)
    2. Get your API key from the [Developer Settings](https://app.gately.ai/dashboard/settings/organization/developers)
    3. Start making API requests using our documentation
  </Accordion>

  <Accordion title="What authentication method is used?" icon="key">
    TaamCloud API uses Bearer token authentication. Include your API key in the Authorization header:

    ```bash theme={null}
    Authorization: Bearer your_api_key
    ```

    Note: File upload endpoint does not require authentication.
  </Accordion>
</AccordionGroup>
