# Contributors

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

### Know what else can be signed? Your contributions.

1. Clone the forked repository.

```bash
git clone https://github.com/DIGITALAX/LitListenerSDK
```

2. Create a new branch.

```bash
git checkout -b <branch_name>
```

3. Commit code additions locally.

```bash
git add .
git commit -m "Description of the changes"
```

4. Push changes to the forked repository.

```bash
git push origin <branch_name>
```

5. Create a pull request on the LitListenerSDK repository.

```bash
git checkout <branch_name>
git pull upstream main
```


---

# 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.irrevocable.dev/resources/contributors.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.
