> For the complete documentation index, see [llms.txt](https://docs.valist.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valist.io/quick-start/web-dashboard.md).

# Web Dashboard

The Valist Web Dashboard is your one-stop place to see all of your Valist Accounts, Projects, and Releases. It allows you to both publish software, as well as discover and download new software.

Once you've logged in, created an account and a project, you will see a familiar, Vercel/Netlify-like interface.

If you haven't created an account or project yet, visit the following page to learn how:

{% content-ref url="/pages/iSrHS6Po1cDaMdMsMTOt" %}
[Creating an Account & Project](/quick-start/creating-an-account-and-project.md)
{% endcontent-ref %}

### The Dashboard

On the Dashboard, the top left corner enables you to switch between your Valist Accounts (currently selected, `acme-co`). The center shows the list of projects within this account, and the right hand side shows the list of Members in the Account, and any recent activity.

<figure><img src="/files/jvJB8rOB2QdC5Heln42v" alt=""><figcaption></figcaption></figure>

### Releases

Depending on your `Project Type` in your project settings, you will see two different upload screens when creating a Release.

If you've chosen `web` as your project, you will see a standard drag-and-drop uploader that you can use to upload your app's build folder (see [Publishing Web Apps](/publishing/publishing-web-apps.md) for more).

If you've chosen `native` or `cli`, the uploader will show buttons for the supported platform/architecture combinations (see [Publishing Binaries & Executables](/publishing/publishing-binaries-and-executables.md) for more).

All you need to do is name your release with an immutable tag, and select your files:

<figure><img src="/files/2IH38mUMlxC8oAJ7kkyA" alt=""><figcaption></figcaption></figure>

If you're uploading a `web` project, you will see the following uploader:

<figure><img src="/files/LA5M4DM4WbhycI2regM7" alt=""><figcaption></figcaption></figure>

If you chose `native` or `cli`, you will see:

<figure><img src="/files/nHBDY35ujBCdfmQICG8m" alt=""><figcaption></figcaption></figure>

Once you click `Create` it will upload all of the files to IPFS, then fire off a meta-transaction request to finalize the Release on-chain!

For more information about how to create a release, visit the `Publishing` section for more examples:

{% content-ref url="/pages/eCCYBkALWdgGup7TR8fF" %}
[Publishing](/publishing/publishing-web-apps.md)
{% endcontent-ref %}

Congratulations, you've now published a web3-native software release! 🚀 time to show off your project to the world (and in our community [Discord server](https://valist.io/discord)!)


---

# 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.valist.io/quick-start/web-dashboard.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.
