# Request Access

You can request and manage access permissions via the Abbey Web App.

1. Go to the Resources tab of the Abbey App
2. Find the resource you want to request access to
3. Click on the **Request**
4. Click on the **Expire after** dropdown to customize the time the access should last, otherwise skip to step 5
5. Enter in a reason, then hit **Confirm** to submit the request

<figure><img src="/files/ZcBrxqUHceJpwfrLdT9N" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
:tada: You just submitted an access request using Abbey
{% endhint %}

### Canceling a Request

If there's an issue with your request, or you don't need the access anymore - you can cancel it using the **Cancel request** button to the right of the request in the **My Requests** page of the Abbey App.

<figure><img src="/files/miM0GRRsXW5M7eHf2phN" alt=""><figcaption></figcaption></figure>

Follow through the confirmation pop-up to cancel

<figure><img src="/files/axKVqD6mG1lTUx5BvETl" alt=""><figcaption></figcaption></figure>


---

# 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.abbey.io/build-a-grant-kit/requesting-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.
