# Approve or Deny Access Requests

You can review access requests and approve or deny them via the Abbey Web App.

1. Go to the Approvals tab of the Abbey App
2. Find the request you just made (there should only be one)
3. Click **Approve** to the right of the request
4. Enter in a reason, then hit **Approve** to submit

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

To deny the request, click on the **Deny** button and fill in a reason for denial.

<figure><img src="/files/rwkghvou0bc6z0o8kUEv" alt=""><figcaption><p>Deny an access request.</p></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/approving-or-denying-access-requests.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.
