# Getting Started: Quick Guide

Here's everything you need to know to get started in Stacker right away:

1. Sign-up for a Stacker account [here](https://studio.stackerhq.com/register) and choose the URL for your workspace.
2. Choose a name for your first app, select an icon and choose your theme color.
3. If you do not have a data source to connect, create directly in Stacker Tables.
4. **Connect your data** using Airtable.
5. Stacker will automatically generate an app for you, based on the structure of your data.
6. Customize your app.

## Next Steps <a href="#h_01hsy4vd8tz7drr0emv08se5hv" id="h_01hsy4vd8tz7drr0emv08se5hv"></a>

* ‍When you're ready, [add some users](/stacker-classic/users/users-app-users.md), to share your apps with those who need access
* [Set up permissions](/stacker-classic/permissions-and-security/configure-a-permission-rule.md) to limit which records each user can access. what your users can see.


---

# 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.stackerhq.com/stacker-classic/getting-started-quick-guide.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.
