# Agents in the flow of work

Your agents will be most useful when they can be accessed from anywhere - leveraging the data within your organization. &#x20;

Unlike most agent SDKs that focus just on the orchestration and then connecting to other systems that you need to pay yet another fee for, the Talent Agent SDK provides foundational integrations for using your agents in the flow of work. &#x20;

* [API](/guides/getting-started-with-the-talent-agent-sdk/agents-in-the-flow-of-work/agent-api.md)
* [CLI](/guides/getting-started-with-the-talent-agent-sdk/agents-in-the-flow-of-work/agent-cli.md)
* [Slack](/guides/getting-started-with-the-talent-agent-sdk/agents-in-the-flow-of-work/slack.md)
* [Email](/guides/getting-started-with-the-talent-agent-sdk/agents-in-the-flow-of-work/email.md)


---

# Agent Instructions: 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.peoplelogic.dev/guides/getting-started-with-the-talent-agent-sdk/agents-in-the-flow-of-work.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.
