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

# Organization config

## Steps to Configure Your AI Organization

Before creating any AI agents or projects, your organization must be **properly configured**.

Explore the sections below step by step to get started with a solid foundation for building GenAI applications.

<CardGroup cols={2}>
  <Card title="Add LLM Model to Organization" icon="star" href="https://docs.aptlystar.ai/oraganization-console/ai-models">
    Integrate your preferred LLM model into the organization to start creating AI agents and agents.
  </Card>

  <Card title="Create a New Datastore" icon="database" href="https://docs.aptlystar.ai/oraganization-console/data-stores">
    Set up reusable datastores by uploading data from various sources such as PDFs, websites, or text.
  </Card>
</CardGroup>

<Info>
  These are **mandatory steps** before proceeding to agent creation. Make sure both the LLM model and datastore are added successfully in the console.
</Info>
