> For the complete documentation index, see [llms.txt](https://help.doctorlogic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doctorlogic.com/docs/add-ons/managed-social-media/accepting-facebook-partner-request.md).

# Accepting Facebook Partner Request

**Important:**

* *If your page is owned by a Meta account, please be sure to use a profile login that is also listed as a Business Admin of the Meta Account when accepting this request.*
  * *Not sure if your account is owned by a Meta Business Account? Check Here:* [*https://app.gitbook.com/o/-LAUTtHNZsmg4nNK212d/s/-LAUTtHOF4cY8fyDoNkF/add-ons/managed-social-media/meta-business-account*](/docs/add-ons/managed-social-media/meta-business-account.md)
* *Navigate these instructions by using your desktop, do not use mobile.*

&#x20;

**New Page Experience - How To Accept Partner Request**

1. On the FB business page: click **Manage**

<figure><img src="/files/7pAwLzZKmcQWHR0DWnyx" alt=""><figcaption></figcaption></figure>

2. Click **Page Access**

<figure><img src="/files/8AqyWR68WzBJPhfiy6Rs" alt=""><figcaption></figcaption></figure>

3. In this screenshot below, the Partner Request has already been accepted. Otherwise, prior to accepting, there will be a button to the right of DoctorLogic’s Request labeled “**Review Request**”. Click **Review Request** and follow prompted instructions.

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

4. Done.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.doctorlogic.com/docs/add-ons/managed-social-media/accepting-facebook-partner-request.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
