# How to Create Facebook App

After you sign up for a developer account, create the first App to get App ID. Click the **'Create App'** button in order to start the process.&#x20;

![Facebook Developers](/files/SBhS0VRSPqaBGmMbMJ6z)

Then, you will see a pop-up notification to select your app type.

![App Type](/files/x5vDf70sjBWLRVYkE9Or)

Enter the **'Display Name'** of your new application, **'Contact Email'** and select your verified **'Business Manager Account'** then click on the **'Create App'** button.

![Create an App](/files/BlETuafdajKxTzb8uqST)

{% hint style="info" %}
This app display name will be shown to end-users when they try to **'Login with Facebook',** and they are redirected to the Facebook website for login permission. So, make sure you give a meaningful name here that can identify your website.
{% endhint %}

For example, enter the display name **'Dolphinsdev'**.&#x20;

![Create App](/files/Z7rkfjvNfvC6MoZG60HU)

Then, select your account business manager and click the **'Create App'** button.&#x20;

![Business Manager Account](/files/83wWXiHeDlodM0mzINpf)

You will be requested to complete the security check. Then, tick on the captcha, and click the **'Submit'** button.

![Security Check](/files/-MTFgprPvrGikHoIgwX2)

After you have successfully completed it, a unique identification number will be added to your app (App ID). Your app’s ID can be easily accessed via your [App’s Dashboard](https://developers.facebook.com/apps/).

![Facebook App](/files/0B3A25wTUUVX2AWIIWFc)


---

# 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.3dolphins.ai/integration/channel-connector/instagram-bussiness/how-to-create-facebook-app.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.
