> For the complete documentation index, see [llms.txt](https://docs.ozone.one/in-product-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ozone.one/in-product-guides/github.md).

# GitHub

Steps to be followed:

1. Go to  [https://docs.github.com/en](https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#metadata-permissions) . Login to your account.&#x20;
2. Create a [personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)  with the following permissions
3. Enter your github username and the personal access token &#x20;
4. Choose the projects that you would like to synchronize  <br>

**Permissions:**

* repo

  Full control of private repositories

  * repo: status

    Access commit status
  * repo\_deployment

    Access deployment status
  * public\_repo

    Access public repositories
  * repo: invite

    Access repository invitations
  * security\_events

    Read and write security events
* read: org

  Read org and team membership, read org projects
* admin: org\
  read: org
* user
  * read: user

    Read ALL user profile data


---

# 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:

```
GET https://docs.ozone.one/in-product-guides/github.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.
