> For the complete documentation index, see [llms.txt](https://ainur.gitbook.io/unideck-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ainur.gitbook.io/unideck-docs/user-manual/getting-started-with-unideck/create-an-account-or-log-in.md).

# Create an Account or Log In

### Use UniDeck Without an Account

Not ready to sign up just yet? No problem.\
You can explore UniDeck and start building dashboards right away — no registration required.\
You'll have access to a limited set of **basic widgets** to try things out and see how UniDeck fits into your workflow.

Perfect for quick setups, temporary use, or testing ideas.

***

### Create an Account or Log In

<figure><img src="/files/w0B3D2CzE8q1WRgX7spf" alt=""><figcaption><p>UniDeck's Login Modal</p></figcaption></figure>

To unlock the full power of UniDeck, including saving your dashboards, syncing across devices, connecting integrations, and accessing advanced widgets, you’ll need an account.

Choose the sign-in method that suits you best:

* **Google**
* **Apple**
* **GitHub**
* **GitLab**
* **Email + Password**

{% hint style="success" %}
Please keep in mind that you can connect many more providers and integrations later in settings. We've just tried to keep things simple and clear with our registration flow.
{% endhint %}

***

### What is the difference between Register and Login?

Creating an new account or logging into an existing one are no different. You can use the same flow and just click on the **Login/Register** button on the login modal.

***

### Why create an account?

Here’s what you’ll get:

* Save & sync your dashboards across all your devices
* Access advanced widgets like Graphs, Tables, and Live Data Views
* Connect integrations like Google Calendar, GitHub, Jira, Outlook, and more
* Use AI-powered automation and insights
* Customize layouts and themes to your needs

***

If you've been using UniDeck without an account and are ready now, just click **Login/Register** in the top right of the app to begin.

<figure><img src="/files/s37fWOat8lIHdKt58PKq" alt=""><figcaption><p>UniDeck's Control Bar</p></figcaption></figure>

Build smarter. Work better. Welcome to [UniDeck](https://dash.unideck.app/)


---

# 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://ainur.gitbook.io/unideck-docs/user-manual/getting-started-with-unideck/create-an-account-or-log-in.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.
