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

# Workspace

> Customize AI for your organization

## What is Workspace?

In the Workspace, you can configure how the AI assistant operates to suit your organization.

<CardGroup cols={2}>
  <Card title="Knowledge Base" icon="database" href="/en/workspace/knowledge">
    Register documents and data for AI to reference (RAG)
  </Card>

  <Card title="Prompts" icon="terminal" href="/en/workspace/prompts">
    Manage reusable prompt templates
  </Card>

  <Card title="Tools" icon="wrench" href="/en/workspace/tools">
    Register and test Python-based custom tools
  </Card>

  <Card title="Models" icon="robot" href="/en/workspace/models">
    Select AI models and set the default model
  </Card>
</CardGroup>
