# Apps

{% hint style="warning" %}
**PREREQUISITE**: Make sure you have signed up for a Manifold Developer account at the [Manifold Developer Portal](https://developer.manifoldxyz.dev/) and are logged in.
{% endhint %}

When you first login to the [Manifold Developer Portal](https://developer.manifoldxyz.dev/), you will see a dashboard containing all your Developer Applications.  Developer Applications are needed to use the Manifold Client Widgets/Libraries, and the Manifold Server endpoints.

## Create a New App

![](/files/DTXKZUn0znpXVUgr7EaA)

After signing up, select "Create New App" and enter an App Name and Description. Note that the App Name here will be referenced in wallet signature requests (e.g. "Please sign this to allow **App Name** access to...").

Configure the redirect URI to point to the website for your dApp and choose your Grant Type.

{% hint style="info" %}
We recommend starting with the **Token Grant Type**. This is most common type for pure front end applications.

\
Find out more about the other Grant Type options[ here](/manifold-for-developers/resources/apps/grant-types.md).
{% endhint %}

Click "Create" and your Manifold App will be created with a unique Client ID (and potentially a Client Secret, depending on the grant type), which will be used in configuring the client widgets/libraries and accessing the server-to-server APIs.

## Ready to go?

[Head to the Developer Widgets section to start building](/manifold-for-developers/resources/widgets.md)


---

# 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.manifold.xyz/manifold-for-developers/resources/apps.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.
