# How to get started

The process is quite simple.

All you need is your GitHub account. And your repo(s).

<figure><img src="https://614083837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFetEvDuVEZkpYJ6kurbf%2Fuploads%2FGs37vQGis8fedh2HT4pg%2FScreenshot%202025-07-07%20at%2015.44.20.png?alt=media&#x26;token=8053ee7a-3cd3-4f00-801b-5b68e3182103" alt=""><figcaption></figcaption></figure>

Then sign up and go through the very quick and easy onboarding steps.

You will be asked to give GitHub authorizations for synching your organisation(s) & repo(s). We know this looks scary so we made a section ([Why GitHub authorizations](https://app.gitbook.com/o/MQQDjhOXRySQPsao0aZ0/s/FetEvDuVEZkpYJ6kurbf/~/changes/4/maintainers-hello/why-github-authorizations)) regarding that on the next page.

#### The Steps

1. So first connect yourself with your GitHub account.&#x20;
2. Once you've given access to authorize OnlyDust via GitHub, sync the organisation you'd like to have on the platform.
   1. If you don't see you're organisation, add it in. &#x20;

<figure><img src="https://614083837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFetEvDuVEZkpYJ6kurbf%2Fuploads%2FC9x2fZfeBk7W8ulyIqXH%2FScreenshot%202025-07-07%20at%2015.55.37.png?alt=media&#x26;token=f7e80584-64df-40c8-84f8-94ff4bc900cd" alt=""><figcaption></figcaption></figure>

3. Then select the repo(s) you'd like to sync. Hope you like my repo name :wink:. Inside Joke.
   1. If you can't find your repo, you can contact us. Make sure that you are owner of your repo or that you have been granted access by the owner.&#x20;

<figure><img src="https://614083837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFetEvDuVEZkpYJ6kurbf%2Fuploads%2FEHZP2OklSFKZtzk3MTlr%2FScreenshot%202025-07-07%20at%2015.55.48.png?alt=media&#x26;token=5f54ea04-2392-4b6b-8a0b-79cf810e9e0b" alt=""><figcaption></figcaption></figure>

4. Once that is done, you'll be able to see your cool dashboard.&#x20;
   1. In the "issues inbox" you'll be able to manage your issues, review applicants, track progress. Hence why it's important that you assign your issues!
   2. In the "PR inbox" you can review and merge the PRs directly.&#x20;
   3. In the "Waves" section, you can list your repo(s) to onboard new contributors. [More on this in over here](https://app.gitbook.com/o/MQQDjhOXRySQPsao0aZ0/s/FetEvDuVEZkpYJ6kurbf/~/changes/4/maintainers-hello/oss-wave).
   4. And then we have cool new things coming up :eyes:.<br>
5. What if you'd like to add another repo to OnlyDust? \
   a. Head over to the settings under your name.&#x20;

![](https://614083837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFetEvDuVEZkpYJ6kurbf%2Fuploads%2FuGoPo5cMBjUU1nE8DebC%2FScreenshot%202025-07-29%20at%2014.09.45.png?alt=media\&token=d5c82e65-64ed-46cd-a953-067c1661f2c3)

b. Once you've clicked on settings, you can either add in a new organisation or sync your repos:

<figure><img src="https://614083837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFetEvDuVEZkpYJ6kurbf%2Fuploads%2FnqToFxCmsLwmdF3a6nrv%2FScreenshot%202025-07-29%20at%2014.12.01.png?alt=media&#x26;token=db04c2a8-43d2-4dfd-94c5-ebf433bc632b" alt=""><figcaption></figcaption></figure>

c. If you have your organisation there already, go into "synced repositories" and add another repo to sync (click on "edit" to open up a tab to sync other repos):

<figure><img src="https://614083837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFetEvDuVEZkpYJ6kurbf%2Fuploads%2Fs8eWuSAIHwWDlxGgggpS%2FScreenshot%202025-07-29%20at%2014.13.36.png?alt=media&#x26;token=151be1b2-f0a8-4aa5-8cc9-10c3d506039a" alt=""><figcaption></figcaption></figure>

And now that you're all signed up, you’ll get cool emails from our CEO. So that is your first touchpoint. Pretty cool, no?

Your second touchpoint is joining our [community on Discord](https://discord.gg/sVDvdKqPqN). <br>


---

# 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.onlydust.com/maintainers-hello/how-to-get-started.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.
