# Permissions API

Each Aurora Chain has two types of whitelists defining the level of permissions for end users:

1. *Transaction Access Whitelist:* to enable user accounts (EOAs) to execute transactions on your chain.
2. *Deployment Access Whitelist:* to enable EOAs to deploy contracts to your chain.

Both of them are optional. So, if you want to allow the usage and development for everyone, both of them will be disabled. If not, you will need to manage them.

{% hint style="info" %}
Read the full API specification at

<https://doc.aurora.dev/launch-chain/reference/whitelists-api>
{% endhint %}


---

# 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://aurora-labs.gitbook.io/aurora-cloud-documentation/run-your-own-virtual-chain/manage-permissions/permissions-api.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.
