> For the complete documentation index, see [llms.txt](https://docs.paytweed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paytweed.com/developer-tools/management-dashboard/create-application.md).

# Create application

You have the ability to generate several applications for your company and oversee them all from a single location.

Each application on the dashboard can possess unique settings and behavior.

1. Navigate to the "Applications" section on the left panel, then proceed to click on the "Create" button.
2. Enter the name of your new app and proceed to click on the "Create" button.\
   A new application will be generated for you immediately.

<figure><img src="/files/MdzD4Sh4sk0s5JebhLeT" alt=""><figcaption><p>Applications</p></figcaption></figure>

Now, you can copy the Application ID and start utilizing it with our SDKs in the app you are constructing.

### Next steps:

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Integrate Frontend SDK in your application</strong></td><td>Start by integrating the Frontend SDK in your application to utilize payments and wallets</td><td><a href="/pages/fOd3KdA28xBt1H00Z2DY">/pages/fOd3KdA28xBt1H00Z2DY</a></td></tr><tr><td><strong>Create Wallets for Users</strong></td><td>Establish wallets for your users by enabling and configuring certain products, such as WAAS, within your new application.</td><td><a href="/pages/MEO7cBAH1OMqZtZtdBRk">/pages/MEO7cBAH1OMqZtZtdBRk</a></td></tr><tr><td><strong>Update Appearance</strong></td><td>Modify the appearance by adjusting Tweed widgets and modals, like login or sign transaction, to align with your own application design.</td><td><a href="/pages/T7lVDuiDNTWTadxeyFAx">/pages/T7lVDuiDNTWTadxeyFAx</a></td></tr></tbody></table>


---

# 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.paytweed.com/developer-tools/management-dashboard/create-application.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.
