# Creating an OAuth App

You can create and register an OAuth App under your personal account or under any organization you have administrative access to. While creating your OAuth app, remember to protect your privacy by only using information you consider public.

In the top-bar navigation, click on **API & Loop**

![](/files/NbfSh6NhKTHTUd48ZQqn)

In the left panel, click **View OAuth applications**

![](/files/3V6XNL4xosOpfatYEyxi)

Click **New Application**

![](/files/KvElFScM4froHnLlXaVf)

1. In "Name", type the name of your app.
2. In "Authorization callback URL", type the callback URL of your app.
3. In "Scopes", type the scopes of your app, separated with spaces. See [the list of available scopes](/apps/building-oauth-apps/scopes-for-oauth-apps.md) for more details.
4. Click on **Submit**

{% hint style="warning" %}
**Warning:** Only use information in your OAuth app that you consider public. Avoid using sensitive data, such as internal URLs, when creating an OAuth App.
{% endhint %}

![](/files/0CBrcLsdTEFiB5Hkm6lX)


---

# 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://developer.textmaster.com/apps/building-oauth-apps/creating-an-oauth-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.
