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

# Create Custom Agents

> Learn how to create custom agents

Custom agents can be created only via the UI. Visit [you.com/agents](https://you.com/agent) and create a new custom agent with your personalized parameters:

<img src="https://mintcdn.com/you/dp1NpOeBU78jH4hQ/images/custom-agents/agent-settings.png?fit=max&auto=format&n=dp1NpOeBU78jH4hQ&q=85&s=8e19ba8c0d38151ad1141c1ae1b54ef4" alt="New agent settings for custom agents in you.com" width="1229" height="808" data-path="images/custom-agents/agent-settings.png" />

Choose whether to enable the tools or not:

<img src="https://mintcdn.com/you/dp1NpOeBU78jH4hQ/images/custom-agents/manage-tools-activation.png?fit=max&auto=format&n=dp1NpOeBU78jH4hQ&q=85&s=237364ff819c67d07855b56a9ce62d40" alt="New agent settings for custom agents in you.com" width="1230" height="804" data-path="images/custom-agents/manage-tools-activation.png" />

<Warning>
  **WARNING**: The [Custom Agent API](/api-reference/custom-agent) currently does not support custom agents that use a foundational model with advanced research and reasoning enabled.
</Warning>

<Note>
  **NOTE**: You can manage the tools only in the UI by enabling or disabling them. They can not be managed via the API.

  See [Web Search Tool](/tools/web-search-tool), [Research Tool](/tools/research-tool), and [Compute Tool](/tools/compute-tool) to learn more about tools.
</Note>

When you create new agents, the platform automatically populates the **Agents** section with all of the agents you've created. This is where you can retrieve each agent's ID:

<img src="https://mintcdn.com/you/Fr2m_JPaqXisfVRD/images/custom-agents/agents-id.png?fit=max&auto=format&n=Fr2m_JPaqXisfVRD&q=85&s=10bdb794e3a79ad44959e53d70ebedbc" alt="The agent's ID in custom agent in you.com" width="1512" height="982" data-path="images/custom-agents/agents-id.png" />

Paste the ID in the `agent` parameter [to call it via API](/api-reference/custom-agent#body-agent).
