# 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: 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.apono.io/docs/access-requests-and-approvals/slack/using-access.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.
