> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/integration/channel-connector/facebook/how-to-create-facebook-app/change-additional-information-about-the-app.md).

# Change Additional Information About the App

In the left corner of your dashboard, hover over the settings section, select **'Basic'** from the drop-down menu.

![Basic Settings](/files/nvupynkQidna8ASQY16d)

Find and change additional information about the app. Below is information that you might see on these settings.

After you have successfully completed creating an app, a unique identification number will be added to your app (**App ID**).

![App ID](/files/dC0ViZ6AqD6X2uBquKau)

Facebook app will automatically generate a secret code connected with your App. Its purpose is to authenticate requests from the application to Facebook servers. This code is also used as a password.

![App Secret](/files/7o4Rhjysqyh1HOVNLOcU)

Enter the privacy policy URL into the **'Privacy Police URL'** field. Privacy policy URL defines your company's policies, containing decisions on collecting, using, and disclosing certain personal information.

![Privacy Policy](/files/jC7JJGsssnoOMqSNOUGk)

Add **'App icon'** as a promotional image (You can upload JPG, GIF, or PNG files. The size of the image must be between 512 x 512 pixels to 1024 x 1024 pixels. File size limit of 5MB).

![Upload App Icon ](/files/WbzEPGXXYtC4enAxZvom)

Choose the appropriate App category in the '**Category'** field.

![Category](/files/Gype4mMDOyI6xDeInfTu)

Click the '**Save Change'** button, if you have done do changes information about your app info.

![Save Changes](/files/HzbbvgfRihoDQbmen0Eo)


---

# 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://docs.3dolphins.ai/integration/channel-connector/facebook/how-to-create-facebook-app/change-additional-information-about-the-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.
