# Have feedback?

### Give your feedback

We welcome your feedback to this toolkit via email or on [Github](https://github.com/CitiObs/environmental-monitoring-toolkit). You can also use the feedback buttons on the Gitbook interface.

### Feedback via Gitbook

You will find the following feedback icons on the page.

<figure><img src="/files/gzFS2tfKCieDGMuo9luZ" alt=""><figcaption><p>Feedback interface</p></figcaption></figure>

We really appreciate the feedback, specially if you can add some additional context for us to improve:

<figure><img src="/files/I8afzPkG6GeXtBQcWGFb" alt=""><figcaption><p>Add some additional context!</p></figcaption></figure>

### Submitting via GitHub / email

So that the feedback is clear, we would like to ask to follow the following guidelines (contributing guidelines):

* **I'm submitting a …**&#x20;

  This is the category of your feedback. You need to choose whether you are reporting a problem you found or requesting that new content be added. This helps the team understand the fundamental nature of your submission right away.
* **problem report**

  You found something that isn't working correctly, is confusing, or seems wrong.
* **new content request**&#x20;

  You think something is missing or could be added to make the toolkit better.
* **What is the current behavior?**&#x20;

  This is where you describe the situation as it is now.

  * If you are submitting a problem report, you should explain what you are currently seeing or experiencing that is incorrect or problematic.
  * If the current behaviour is a problem, please provide the details of where you found it (which page and section). This is crucial for problem reports as it helps the team locate the exact part of the toolkit you are referring to.
* **What would you improve?**

  This is where you propose your solution or suggestion. You explain what you think should be changed or added.
* **What is the motivation / use case for changing the behavior?**

  This explains why your suggestion is important or how it would be used. This provides context for your feedback and helps the team understand the benefit of implementing your proposed change or adding the new content.
* **Other information**

  This is a space for any additional details that might be relevant but don't fit neatly into the categories above.

In essence, this template provides a structured way for users – whether they are scientists using the methodological sections or creatives engaging with the collaboration guidance – to clearly communicate issues or suggest improvements to the *CitiObs Community-led Action Toolkit*. It ensures that all necessary information is provided for the feedback to be effectively reviewed and potentially incorporated into future versions of the toolkit.

### Contributions

The easiest way to contribute is via a GitHub issue and, if you can, a Pull request. This process can be scary at first, but it's the way it's done in the *open source* community.

{% hint style="info" %}
Check the following [documentation on pull requests](https://docs.github.com/en/pull-requests) and learn more about [issues](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/creating-an-issue).
{% endhint %}


---

# 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://action.toolkit.citiobs.eu/welcome/have-feedback.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.
