# Contributing

Contributions to this documentation are welcome! If you find something that is outdated, incorrect, or missing, feel free to help improve it.

### How to contribute

1. Fork the documentation repository: <https://github.com/bogdanfinn/tls-client-docs>
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Open a Pull Request against the `main` branch with a short description of what you changed and why.

### What you can contribute

* Fix typos or incorrect information
* Add missing documentation for existing features
* Improve existing explanations or examples
* Add examples for additional languages or use cases
* Add or update client profile information


---

# 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://bogdanfinn.gitbook.io/open-source-oasis/contributing.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.
