# Sign Up

Get started with Graphlit by creating your free developer account at [portal.graphlit.dev](https://portal.graphlit.dev).

{% hint style="success" %}
**🆓 Free to start:** 1GB data included, no credit card required.
{% endhint %}

***

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

{% stepper %}
{% step %}

#### Create Your Account

Click **Sign up** (below the Continue button) if this is your first time using Graphlit.

**Choose your sign-in method:**

* GitHub account
* Google account
* Microsoft 365 account
* Email + password

{% hint style="info" %}
**Tip:** Using OAuth (GitHub/Google/Microsoft) is faster - no password to remember.
{% endhint %}
{% endstep %}

{% step %}

#### Create Your Organization

Once signed in, you'll create your **Organization** (typically your company name, or personal workspace).

**Organization setup:**

1. Enter organization name
2. Upload profile image (optional - use your company logo)
3. Click **Create Organization**

{% hint style="info" %}
You can invite team members to your organization later from the settings page.
{% endhint %}

<figure><img src="/files/4Sknzj3mvH8Q9btOsb1n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Access the Portal

Your organization is created! You're now logged into the Graphlit Developer Portal.

<figure><img src="/files/54IONh6huCKFAWQBp2E5" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**You're ready!** Next, create your first project to get API credentials.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## Next Step

[**Create a project →**](/account-setup-one-time/create-project.md) - Set up your first project (1 minute)

{% hint style="info" %}
Already signed up? Jump ahead to [Copy credentials and run `hello.ts`](/account-setup-one-time/credentials.md) to verify your environment.
{% endhint %}

***

## Need Help?

* **Ask Graphlit**: Open the chatbot from the Developer Portal sidebar (or visit [ask.graphlit.dev](https://ask.graphlit.dev)) for instant code examples.
* **Sample Apps**: Explore the [Graphlit samples repo](https://github.com/graphlit/graphlit-samples) for working projects.
* **Discord Community**: Join [discord.gg/ygFmfjy3Qx](https://discord.gg/ygFmfjy3Qx) to get answers from the Graphlit team.


---

# 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.graphlit.dev/account-setup-one-time/signup.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.
