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

# Introduction to Agents

> Gain an understanding of different agent types in SGP

## Agent Types

There are two main types of agents in SGP:

* [Agentex Agents](/docs/v5/agents/agentex/overview)
* [Agent Service Agents](/docs/v5/agents/agent-service/overview)

Agentex Agents are built in code and support streaming and non-streaming responses. This is the preferred way to build agents for production use and will have the most support moving forward.

Agent Service Agents are built inside of SGP using a YAML configuration. They are more limited in their capabilities and will be deprecated in the future.

## View agents

To view all available agents in SGP navigate to the [agents page](https://egp.dashboard.scale.com/beta/build).

On this page you can see a grid or table view of all agents for your account. Metadata like the agent type, status, description, and updated time is visible.

<Frame>
  <img src="https://mintcdn.com/scalegp/6cOXFxYysZJE_3yL/images/v5/agents/agents-grid-view.png?fit=max&auto=format&n=6cOXFxYysZJE_3yL&q=85&s=56803d820e83c0eb4e7b8dc42ceb858c" alt="Agents grid view" width="1614" height="814" data-path="images/v5/agents/agents-grid-view.png" />
</Frame>

Clicking on an agent will take you to the agent's detail page. You can also create an Agent Service Agent by clicking the **Create Agent** button.
Learn more about [Agent Service Agents Creation](/docs/v5/agents/agent-service/lifecycle/creating-agent-service-agents).
