> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Contribute to the documentation

<Frame style={{ maxWidth: '400px' }}>
  <img src="https://mintcdn.com/typebot/rHkgfCATWjP6ntzz/images/contribute/writing-robot.png?fit=max&auto=format&n=rHkgfCATWjP6ntzz&q=85&s=91452b3e14357502065a44e3fe60099f" alt="A blue robot writing on a paper" width="1024" height="1024" data-path="images/contribute/writing-robot.png" />
</Frame>

## For a quick fix

If the documentation is missing something, or you found a typo you can quickly edit the documentation:

1. Go to the documentation page you want to edit.
2. Click on the "Suggest edits" button at the bottom of the page.
3. You are redirected to a Github page where you can edit the content of the doc.
4. If you did not already have a fork of the repository, you will be prompted to create one.
5. Edit the content of the doc.
6. Hit "Commit changes...".
7. Click on "Create pull request".
8. Add a title and a description to describe your changes.
9. Click on "Create pull request".

It will be reviewed and merged if approved!

## For a bigger modification

If you'd like to add a new page or add a new section to the documentation:

1. [Install the project locally](./local-installation)

2. Create a new branch:

   ```sh theme={null}
   git checkout -b MY_BRANCH_NAME
   ```

3. Run the docs in dev mode

   ```sh theme={null}
   cd apps/docs
   bun dev
   ```

4. All your docs modification will be displayed in real time.

5. Once you are done, commit your changes and push your branch.

6. Create a pull request on the [Github repository](https://github.com/baptisteArno/typebot.io).

It will be reviewed and merged if approved!
