# Environment/Data Source Tags

To protect your environments and data sources from accidental changes, as well as better organization, you can add a tag to them. This is currently done on the settings pages for data source and environment respectively.

Currently we allow the following tags

* **Development**: Used for development
* **Staging**: Production-like, but without actual production data
* **Production**: We will disallow certain actions depending on your role (see [Roles/Permissions](/getting-started/dashboard/user-management/permissions-member-v-s-admin.md))
* **Test**: Used in your CI or for manual/automated

{% hint style="info" %}
Please refer to [this page](/getting-started/dashboard/user-management/permissions-member-v-s-admin.md) to review the permissions for member v/s admin roles across the platform
{% 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://docs.neurelo.com/guides/environment-data-source-tags.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.
