> ## 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.

# AI Assistants

> Guide to enabling and using AI assistants in Gately AI

<Frame>
  <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/plugins.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=edbbf42ac4cf3b61b91f04813e0d31f7" alt="Gately AI Assistants Overview" width="4320" height="2700" data-path="images/playground/plugins.png" />
</Frame>

## Enabling an Assistant

<Steps>
  <Step title="Navigate to Playground" icon="browser">
    1. Open your browser
    2. Visit [Gately AI Playground](https://app.gately.ai/dashboard/playground)
    3. Sign in if needed

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/access-playground.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=f3957e7ac60d6732bcdf7d59f9aa21fc" alt="Playground Access" width="2880" height="2160" data-path="images/playground/access-playground.png" />
    </Frame>
  </Step>

  <Step title="Open Discover Menu" icon="compass">
    1. Locate the playground side menu
    2. Click the "Discover" button
    3. Wait for menu to load

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/discover-menu.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=3f32d636b69421a8777b6acbd1f010e6" alt="Discover Menu" width="2880" height="2160" data-path="images/playground/discover-menu.png" />
    </Frame>
  </Step>

  <Step title="Access Assistants" icon="users-gear">
    1. In the Discover menu
    2. Click "Assistants"
    3. Browse available options

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/assistants-page.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=fc8e7870e944234b186e7f89f8163388" alt="Assistants Page" width="2880" height="2160" data-path="images/playground/assistants-page.png" />
    </Frame>
  </Step>

  <Step title="Select Assistant" icon="user-plus">
    1. Browse assistant catalog
    2. Review capabilities
    3. Choose desired assistant

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/select-assistant.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=4cc83189596ce92563ff6ec659040e56" alt="Select Assistant" width="2880" height="2160" data-path="images/playground/select-assistant.png" />
    </Frame>
  </Step>

  <Step title="Enable Assistant" icon="toggle-on">
    1. Click "Add Assistant and Converse"
    2. Wait for confirmation
    3. Redirect to chat interface

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/enable-assistant.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=7a456db4e0f4799d6c20333ac01955d6" alt="Enable Assistant" width="2880" height="2160" data-path="images/playground/enable-assistant.png" />
    </Frame>
  </Step>

  <Step title="Use in Chat Interface" icon="message-bot">
    1. Assistant is now active in chat
    2. Type your first message
    3. Assistant responds based on its configuration
    4. Use specialized commands if available

    <Frame>
      <img src="https://mintcdn.com/taamai-c8c27d6c/7tpU7wOp-rlopJuB/images/playground/assistant-chat.png?fit=max&auto=format&n=7tpU7wOp-rlopJuB&q=85&s=fa757c3296a06407baa8361eef24f2ff" alt="Using Assistant in Chat" width="2880" height="2160" data-path="images/playground/assistant-chat.png" />
    </Frame>

    <Note>
      The assistant will maintain its specialized capabilities and context throughout the conversation.
    </Note>
  </Step>
</Steps>

## Available Assistants

<CardGroup cols={2}>
  <Card title="Writing Assistant" icon="pen-fancy">
    * Content creation
    * Editing & proofreading
    * Style adaptation
  </Card>

  <Card title="Code Assistant" icon="code">
    * Programming help
    * Code review
    * Debugging assistance
  </Card>

  <Card title="Data Analyst" icon="chart-column">
    * Data interpretation
    * Statistical analysis
    * Visualization suggestions
  </Card>

  <Card title="Research Assistant" icon="microscope">
    * Literature review
    * Information gathering
    * Citation management
  </Card>
</CardGroup>

## Customization

<AccordionGroup>
  <Accordion title="System Prompts" icon="terminal">
    Customize assistant behavior with specific instructions
  </Accordion>

  <Accordion title="Knowledge Base" icon="brain">
    Add reference materials for enhanced responses
  </Accordion>

  <Accordion title="Response Format" icon="pen-ruler">
    Define output structure and style preferences
  </Accordion>
</AccordionGroup>

<Note>
  Changes to assistant settings take effect immediately in new conversations.
</Note>

<Warning>
  Some assistants may require specific model access or additional credits.
</Warning>

## Next Steps

<CardGroup cols={2}>
  <Card title="Start Chatting" icon="message" href="/playground/chat-interface">
    Begin interacting with your assistant
  </Card>

  <Card title="Add Plugins" icon="puzzle-piece" href="/playground/plugins">
    Enhance assistant capabilities
  </Card>
</CardGroup>
