> For the complete documentation index, see [llms.txt](https://ac.docs.landis.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ac.docs.landis.cloud/appendix/feature-states.md).

# Feature States

Features can be in of the several states of release as noted below.

<table><thead><tr><th>State</th><th width="313.3333333333333">Description</th><th>User Type</th></tr></thead><tbody><tr><td>Generally Available or GA</td><td>This is the status of all features unless otherwise noted. The feature is ready for everyone to use and fully supported under normal SLA's.</td><td>Everyone</td></tr><tr><td>Preview</td><td>This type of feature has supporting underlying API's, but is a new feature which is best for early adopters and those who need the feature. Support may take longer. This feature will become GA after a period of time.</td><td>Early Adopter</td></tr><tr><td>Experimental</td><td>A work around was used to bring an feature our customers want and there may be no current Microsoft supported method to achieve this feature. Experimental features may change, break, or disappear at any time. Landis Technologies and Microsoft cannot guarantee support for experimental features. Our technical support teams may not be able to help you with issues that may appear.</td><td>Bleeding Edge User</td></tr><tr><td>Private Preview</td><td>A limited-access program where a select group of users are invited to test and provide feedback on a new feature. These features are not recommended to be used in production. Please reach out to your account executive for more information.</td><td>Bleeding Edge User</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ac.docs.landis.cloud/appendix/feature-states.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
