> For the complete documentation index, see [llms.txt](https://docs.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blusapphire.io/older-releases/09_casehub/input-configuration/agents.md).

# Agents

Case-Hub Agents are responsible for polling data produced by configured Inputs (see [Inputs ](/older-releases/09_casehub/input-configuration.md)if you have not yet configured these). Agents will poll your Input for the necessary data before processing it into a format the Case-Hub API understands.&#x20;

There are several roles that will allow Agents to perform a variety of different functions (see [Agent Roles](#default-roles) for these roles and their functions).

## Creating Agents

To create new Agents in Case-Hub, the following steps can be used:

1. Navigate to the **System -> Agents** page from Dashboard
2. Click **"New Agent"**, copy the generated command with the agent pairing token, and execute it on the Case-Hub Server.

   **Note:** Agent creation and deployment require Administrative privileges&#x20;

## Agent Roles <a href="#default-roles" id="default-roles"></a>

Agents must take on at least one of the following roles in order to be functional:

<table><thead><tr><th width="154">Agent Roles</th><th>Description</th></tr></thead><tbody><tr><td>poller</td><td>Pulls data from defined Inputs and pushes it to Case-Hub in the form of an Event</td></tr><tr><td>detector</td><td>Runs Detection Rules against defined Inputs</td></tr><tr><td>runner (beta)</td><td>Executes ad-hoc and playbook actions against defined resources</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blusapphire.io/older-releases/09_casehub/input-configuration/agents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
