# Developer Collaboration

On this page, we want to document our collaboration workflow within the ElasticSwap organization. We are a small, distributed team and don't rely on daily standups or constant meetings; nonetheless, it's crucial to know what fellow teammates are working on and what's next on the priority list.

We use a form of agile project management, though some areas might diverge from its rules. If you want to learn more about agile, follow this link:

{% embed url="<https://www.atlassian.com/agile/project-management>" %}
Agile Project Management
{% endembed %}


---

# 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.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.
