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

# AI Agents of the Project

An **AI Agent** is an intelligent agent designed to perform tasks, interact with users, and answer questions instantly based on your organizational or project-level data.

In AptlyStar, you can create agents **directly within a project**, allowing them to be scoped specifically to that project's datasets and goals.

***

## 🛠️ Steps to Create an AI Agent within a Project

<Steps>
  <Step title="Navigate to AI Agents inside Project">
    From the AptlyStar Dashboard:

    * Click on the **Projects** tab (1)
    * Select your project and go to the **AI Agents** section (2)
    * Click on **Create New Agent** (3)

    <Frame caption="Project: AI Agents">
      <img src="https://mintcdn.com/aptlytechnologies/o4VizAsTx-jdBxlE/images_new/projconsole/projectagent.png?fit=max&auto=format&n=o4VizAsTx-jdBxlE&q=85&s=a261f08b23e59dff6de2ce1361c3a977" alt="Open Project Agents" width="2000" height="1066" data-path="images_new/projconsole/projectagent.png" />
    </Frame>
  </Step>

  <Step title="Configure Your Agent">
    Fill out the agent creation form:

    * Enter the **Agent Name** (1)
    * Select the **Chat Model** and **Embedding Model** (2)
    * Link relevant **Data Stores** (3)
    * Click **Create** (4)

    <Frame caption="Create AI Agent: Configuration Form">
      <img src="https://mintcdn.com/aptlytechnologies/o4VizAsTx-jdBxlE/images_new/projconsole/createprojagent.png?fit=max&auto=format&n=o4VizAsTx-jdBxlE&q=85&s=28ec242322a2c1a774103bef0e195f5d" alt="Agent Configuration Screen" width="2000" height="1066" data-path="images_new/projconsole/createprojagent.png" />
    </Frame>
  </Step>

  <Step title="Agent Successfully Created">
    Once created, your AI Agent will appear under the **AI Agents** tab of the selected project.

    <Frame caption="Agent List">
      <img src="https://mintcdn.com/aptlytechnologies/o4VizAsTx-jdBxlE/images_new/projconsole/newprojagent.png?fit=max&auto=format&n=o4VizAsTx-jdBxlE&q=85&s=32d2fa968d42b156cc3fed121d6d001e" alt="Agent Successfully Created" width="2000" height="1066" data-path="images_new/projconsole/newprojagent.png" />
    </Frame>
  </Step>
</Steps>

Looking to connect project-level agents to a data store? Check out our guide on [Linking Data Stores to Agents](/ai-datastores/ai-bots).
