> For the complete documentation index, see [llms.txt](https://docs.apono.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apono.io/docs/access-requests-and-approvals/slack/slack-commands-reference.md).

# Slack Commands Reference

You can request access, view your requests, list or filter connected integrations, and sync integration data directly from Slack.

In the tables below, each command includes a brief description of its function and, where applicable, example usage.

{% hint style="info" %}
The following Slack commands require the [Apono app to be integrated](/docs/additional-integrations/chatops-integrations/slack-integration.md) with your Slack workspace.
{% endhint %}

***

### General

<table><thead><tr><th width="248.09375">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/apono help</strong></td><td>Displays all available commands for the Apono Slack app</td></tr></tbody></table>

***

### Requests

<table><thead><tr><th width="248.09375">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/apono request</strong></td><td><p>Creates a new access request for a resource</p><p>See <a href="/pages/1ddy9YIr5XRMeC6LMqft">Requesting Access with Slack</a> for more information.</p></td></tr><tr><td><strong>/apono my requests</strong></td><td>Lists your active access requests and those from the last 7 days</td></tr></tbody></table>

***

### Integrations

<table><thead><tr><th width="248.09375">Command</th><th>Description</th></tr></thead><tbody><tr><td><strong>/apono integrations list</strong></td><td><p>Lists the connected integrations to which you can request access</p><p>The ID, name, and type are shown for each integration.</p></td></tr><tr><td><strong>/apono integrations list {partial-integration-name}</strong></td><td><p>Lists the connected integrations to which you can request access, filtered by the partial name you enter</p><p>The ID, name, and type are shown for each matching integration.</p><p><strong>Example</strong>: <code>/apono integrations list AWS</code></p></td></tr><tr><td><strong>/apono integrations {integration-id | integration-type} sync</strong></td><td><p>Refreshes integration data for a specific connected integration by ID or for several integrations by type</p><p>The Apono app returns an initial message when the sync starts, followed by a completion or failure message.</p><p>The ID or type must match an existing integration.</p><p><strong>Examples</strong>:</p><ul><li><code>/apono integrations aws-account sync</code></li><li><code>/apono integrations ed70e1f3-6e27-4a1e-8bae-6c89457437a6 sync</code></li></ul></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, and the optional `goal` query parameter:

```
GET https://docs.apono.io/docs/access-requests-and-approvals/slack/slack-commands-reference.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.
