> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/manifold-for-developers/resources/apps.md).

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