> For the complete documentation index, see [llms.txt](https://docs.digably.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digably.io/my-account/how-to-allow-other-users-to-access-your-account-access-keys.md).

# How To Allow Other Users To Access Your Account (Access Keys)

{% embed url="<https://youtu.be/eBqggc9xWeg>" %}

This guide will show you how to allow other users to access your account by creating access keys in Digably.

***

#### 1. Click "Settings"

From your dashboard, click "Settings" in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FxwYS7MxzBDVWyE9zYutFir%2FxwUGybRMCwK7s3f6bvyVkA_doc.png?alt=media&#x26;token=ffc2e2a2-ec50-48d1-a272-929d62a7b64f" alt=""><figcaption></figcaption></figure>

#### 2. Click "Access Keys"

Then, select the "Access Keys" option in the top menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FxwYS7MxzBDVWyE9zYutFir%2FhYsgWZaJyfYCV6aHxaAan9_doc.png?alt=media&#x26;token=6e5f1b06-4e44-4bb5-a053-a7cb924edf04" alt=""><figcaption></figcaption></figure>

#### 3. Click "Create Access Key"

Click on the "Create Access Key" button.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FxwYS7MxzBDVWyE9zYutFir%2FgDFkGRZYsTLFVbe6YHu2rq_doc.png?alt=media&#x26;token=537ef03e-c1da-48c7-960a-9fbd400ca118" alt=""><figcaption></figcaption></figure>

#### 4. Fill in the form

Now, fill in the form with the appropriate information. As a general rule, you should choose "Current System" for the first field. Choose "Default Role - All Access" for the third field unless you would like to restrict their access with a different role. The second field should be filled in with an identifier (Typically the name of the person you would like to grant access to). Then, click "save."

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FxwYS7MxzBDVWyE9zYutFir%2Fc67vkd78BaNsTL5LVqQSjq_doc.png?alt=media&#x26;token=85db7c33-0256-4efa-85fe-72759a46df4d" alt=""><figcaption></figcaption></figure>

#### 5. Click "Copy to Clipboard"

A dialogue box will appear containing the Public Key and Secret Access Key. Click on the "Copy to Clipboard" button. This will copy the keys so that they can be pasted in a message to the person you would like to grant access to. When they enter these keys into their system, they will be able to access your account.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FxwYS7MxzBDVWyE9zYutFir%2FcDGMYQh7TY3BDs39KsUAPX_doc.png?alt=media&#x26;token=645b88f2-82d7-4a33-a229-7463d6f89a68" alt=""><figcaption></figcaption></figure>

This guide covered the steps to create access keys in Digably, allowing other users to access your account.


---

# 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:

```
GET https://docs.digably.io/my-account/how-to-allow-other-users-to-access-your-account-access-keys.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.
