> 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/using-access.md).

# Using Access

## Overview

Apono allows you to request and gain access to cloud resources like databases, namespaces, storage, buckets, repositories, and more.

Once access is granted, Apono offers several access methods depending on the requested resource and the intended use.

Users can enjoy CLI commands prepared for streamlined login, step-by-step instructions, links directly to cloud consoles and connection parameters to place in IDEs and other configured profiles.

## Apono access methods

| Method                   | Best used for                                                                              | Example |
| ------------------------ | ------------------------------------------------------------------------------------------ | ------- |
| Instructions - web       | First-timers and infrequent requesters who need guidance on how to use the granted access. |         |
| Instructions CLI         | First-timers and infrequent requesters who need guidance on how to use the granted access. |         |
| Instructions Slack/Teams | First-timers and infrequent requesters who need guidance on how to use the granted access. |         |
| CLI                      |                                                                                            |         |
| Link                     |                                                                                            |         |
| Parameters               |                                                                                            |         |

## Getting to your access details

### New Slack request

1. [Create a new request](/docs/access-requests-and-approvals/slack/requesting-access-with-slack.md)
2. Follow the status of the request until its status is Granted.
3. Click Access Details to see the details in Slack or click My Access to go to the Apono End User Portal:

<figure><img src="/files/IRe08C0Cw6JYfKWBKCbm" alt="" width="375"><figcaption></figcaption></figure>

4. Under Access Details, find the step-by-step instructions

<figure><img src="/files/7fuabQlFLX2e3iwUVfDe" alt="" width="375"><figcaption></figcaption></figure>

### Access Methods


---

# 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/using-access.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.
