> For the complete documentation index, see [llms.txt](https://www.cakewalk.security/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides.md).

# How-to Guides

- [Connections](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/connections.md): Govern your company's catalog of Connections, or set up and manage your own.
- [My Connections](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/connections/my-connections.md): Set up and manage the apps your Agents access on your behalf.
- [All Connections](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/connections/all-connections.md): Manage the Connections Agents access through the MCP Gateway. View governance health at a glance, drill into per-Connection users, sessions and tools, and remove a Connection from governance.
- [Agents](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/agents.md): Manage and monitor your company's agent fleet, or set up your own.
- [My Agents](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/agents/my-agents.md): Set up and manage the AI agents that act on your behalf through the MCP Gateway.
- [All Agents](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/agents/all-agents.md): Manage every Agent acting on behalf of your employees. Inspect the fleet, pre-register Agents with Add a seat and drill into per-Agent activity.
- [Agent Activity](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/agents/agent-activity.md): The org-wide stream of every agent session running through the MCP Gateway. Reverse-chronological, filterable and drill-down to the individual tool call with full payload and audit event.
- [Users](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/users.md): Users is the Admin's delegation map: every employee, the Agents acting on their behalf and the Connections those Agents access. Drill into any employee for their full delegation scope.
- [Policies](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/policies.md): Policies are the rules the MCP Gateway evaluates on every Agent tool call. Use Default Policies for day one governance and write Custom Policies in Rego to tune them.
- [Org Settings](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/org-settings.md): Manage your organization's profile in Cakewalk. Admin-only.
- [Profile](https://www.cakewalk.security/docs/ai-agent-access/how-to-guides/profile.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://www.cakewalk.security/docs/ai-agent-access/how-to-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
