# Project Board

We utilize a GitHub [project board](https://github.com/orgs/ElasticSwap/projects/1) to better visualize our current workload and open issues. Therefore, whenever you create a new issue, make sure to link it to this board. The board is semi-automated, meaning that issues are moved into the correct columns whenever certain criteria match the conditions.

* **Backlog:** an issue that has been newly opened or re-opened.
* **Done:** an issue that has been closed, either manually or through a PR.

Unfortunately, we can't yet automate the board through GitHub labels, which means that we sometimes have to move issues manually. Remember to move issues into the correct column whenever you change their status, e.g., from *backlog* to *in progress*, once you start working on them.

The project board bundles issues from the following repositories:

* [elasticswap-sdk](https://github.com/ElasticSwap/elasticswap-sdk)
* [elasticswap-app](https://github.com/ElasticSwap/elasticswap-app)
* [elasticswap-avalanche](https://github.com/ElasticSwap/elasticswap-avalanche)


---

# 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.elasticswap.org/developer-collaboration/project-board.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.
