# Contributing

[ExCl](https://www.excl.ornl.gov/) → [User Documentation](/readme.md) → [Contributing](/excl-support/contributing.md)

## About ExCl User Documentation

Documentation published to ExCL users is available in our [GitHub repo](https://github.com/ORNL-ExCL/excl-user-docs). Users are encouraged to contribute by improving the material or providing user-created tutorials to share with the community.

## Ways to Contribute

Would you like to make things better? There are a few ways you can contribute to improving our documentation and adding user-created tutorials or content.

1. Email your suggestions to the team <excl-help@ornl.gov>
2. Want to change things? Feeling adventurous? Comfortable with git? See [instructions for our Git workflow](broken://pages/-McQETfEx2SnBnUknZ36) to branch our documentation repository and hack away. You got this.


---

# 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.excl.ornl.gov/excl-support/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.
