# Connected App

A **connected app** is a framework that enables an external **application(CustomFit)** to integrate with **Salesforce** using APIs and standard protocols. **Connected apps** use these protocols to authenticate, authorize, and provide single sign-on (SSO) for external **apps(CustomFit)**.� You can know more about Salesforce connected app [here](https://help.salesforce.com/articleView?id=sf.connected_app_overview.htm\&type=5). To Create a Connected app

* Click on settings icon

![](/files/-MXYeMJC9N4BIlcOXR1-)

* Then click on Setup option from the dropdown

![](/files/-MXYitqDQmdtFaPuhoRx)

* Search for App Manager option and click on it

![](/files/-MXXfWWbe1dsqN7RyMiF)

* Click on New Connected App

![](/files/-MXXfcdEaAPDKuT1r61k)

* Then provide the basic information
  * Connected App Name: CustomFit App
  * API Name: CustomFit\_App
  * Contact Email: <abc@example.com>

![](/files/-MXYgx3xUAtFvDWaBiVa)

* Then enable the OAuth Settings

![](/files/-MXYgfrxohkE4tcAFBZR)

* Provide the Callback URL as <https://dashboard.customfit.ai/integrations/salesforce>

![](/files/-MXYhGLu3wNTr-66gc-j)

* Under OAuth scopes add the following OAuth Scopes
  * Access your basic information
  * Access and manage your data
  * Provide access to your data via the web
  * Perform requests on your behalf at any time

![](/files/-MXYi3gKdkxZdcED6mdc)

* Then click on Save button

![](/files/-MXYiPBRu5jSn7NYHA4a)


---

# 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://doc.customfit.ai/integrations/salesforce/connected-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.
