# Best Practices

How to operate services safely using version sets, promotion workflows, and permission guardrails. The pages in this section cover the operational patterns we recommend for teams moving from a single sandbox into real deployments.

{% hint style="info" %}
**Primarily Classic API.** These best practices cover Classic API operational patterns (version sets, channel tagging, multi-org tenancy). For Platform API workspace management, see the [Platform API docs](/developer-guide/platform-api/platform-api.md).
{% endhint %}

## Sections

{% content-ref url="/pages/plGBeJQjrNSQTKi7tDnp" %}
[Version Sets & Promotion](/developer-guide/operations/devops/version-sets-best-practices.md)
{% endcontent-ref %}

{% content-ref url="/pages/M5P6fUWwDoBjkvBKl2IT" %}
[Channel Tagging System](/developer-guide/operations/devops/channel-tagging.md)
{% endcontent-ref %}

{% content-ref url="/pages/hMX3Bhj3D4X1YIDjE6Cx" %}
[PHI Isolation & Selective Sharing](/developer-guide/operations/devops/phi-isolation-and-selective-sharing.md)
{% endcontent-ref %}

{% content-ref url="/pages/UJG4JmQPF8yjF5V1MmPr" %}
[Information Ingestion & Exchange](/developer-guide/operations/devops/information-ingestion-and-exchange.md)
{% endcontent-ref %}


---

# 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.amigo.ai/developer-guide/operations/devops.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.
