# Follow Request Page

In this section, you can see all your pending follow requests. You can either **Accept** or **Decline** a request.

![Follow requests list](/files/-MjDZqGXQPtNWUXOhyyQ)

If a user in your pending list has withdrawn the request, the system error below will show when you accept or decline the user's follow request.

![](/files/-MjDaquzL0dF1_T-1bSQ)

### Features

| Feature                | Description                                                                                                                               |
| ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Accept Follow request  | If you accept another user's follow request, the system will create a relationship and the user will be removed from your pending list.   |
| Decline Follow request | If you decline another user's follow request, the system will invalidate the request and the user will be removed from your pending list. |

{% hint style="info" %}
When a user withdraws a follow request, that user will not be automatically removed from your pending list. You need to accept/decline the request first.&#x20;
{% 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://docs.social.plus/social-plus-uikit/uikit-3/web/social-uikit/our-components/follow-request-page.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.
