> For the complete documentation index, see [llms.txt](https://help.skoobot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.skoobot.com/whatsapp-bot-creation/create-a-meta-app.md).

# Create a Meta App

{% hint style="danger" %}
**Disclaimer**<br>

Please be aware that some or all portions of this document have been sourced from Meta's official documentation. The original content can be accessed directly from the official Meta documentation available at <https://developers.facebook.com/docs/development/create-an-app/>.
{% endhint %}

Before you start,

* You must be logged into your [Facebook developer account](https://developers.facebook.com/docs/development/register).
* Ensure you have not exceeded your app limit. As a Developer, you are permitted to have a developer or administrator role on a maximum of 15 apps. If you have reached the app limit and are unable to create an application or accept a new pending role, take the following steps:
  * Visit your [My Apps](https://developers.facebook.com/apps/) page to remove any apps you no longer use. You can [remove](https://developers.facebook.com/docs/development/create-an-app/app-dashboard/app-states/#removing-apps) an app entirely or resign your role as an administrator or developer from the app.

### Step 1: Start the app creation process <a href="#step-1--start-the-app-creation-process" id="step-1--start-the-app-creation-process"></a>

If you just came from the registration flow, click the **Create First App** button.

<figure><img src="/files/cxhdHyQxITADvn6NOpys" alt=""><figcaption><p>Start the app creation process </p></figcaption></figure>

Otherwise, go to the [Apps](https://developers.facebook.com/apps) panel and click Create App.

<figure><img src="https://scontent-bom1-1.xx.fbcdn.net/v/t39.2365-6/132523212_386633065953047_1991659770463439495_n.png?_nc_cat=101&#x26;ccb=1-7&#x26;_nc_sid=ad8a9d&#x26;_nc_ohc=i9Yx9nE2nbwAX8IQqVE&#x26;_nc_ht=scontent-bom1-1.xx&#x26;oh=00_AfCzeeEdysBjjREdAErW_4cOpOnLHwGhXYZPVWlPbgWNPw&#x26;oe=64BDED35" alt=""><figcaption></figcaption></figure>

### Step 2: Choose a use case <a href="#step-2--choose-a-use-case" id="step-2--choose-a-use-case"></a>

Select the use case as "**Other**"

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

### Step 3: Choose an app type <a href="#step-1--choose-an-app-type" id="step-1--choose-an-app-type"></a>

Choose the app type as per your use case. In most the case it is `Business` .

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

### Step 4. Set your app name and email <a href="#step-2--set-your-app-name-and-email" id="step-2--set-your-app-name-and-email"></a>

Enter the name of your app and an email address where we can send you any important developer notifications. The email address can be different from the email address associated with your Facebook account.

<figure><img src="/files/cQrrQv2HTsHZj9YFKtlW" alt=""><figcaption><p>Set your app name and email</p></figcaption></figure>

Once you have completed the app creation flow your app will be loaded in the App Dashboard.

<figure><img src="/files/TmNwdrbFDxpZcaQnc5nQ" alt=""><figcaption><p>Developer Dashboard</p></figcaption></figure>


---

# 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.skoobot.com/whatsapp-bot-creation/create-a-meta-app.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.
