# Experimental

- [Experimental Features](https://docs.stoobly.com/experimental/experimental-features.md): New features potentially in the pipeline
- [Aliases](https://docs.stoobly.com/experimental/experimental-features/aliases.md): As your project grows, certain endpoints may have path components that can be substituted for different values. We call these "wildcard" path components aliases.
- [Endpoints](https://docs.stoobly.com/experimental/experimental-features/endpoints.md): An endpoint is a group of requests with a similar path.
- [API Testing](https://docs.stoobly.com/experimental/experimental-features/api-testing.md)
- [Getting Started](https://docs.stoobly.com/experimental/experimental-features/api-testing/getting-started.md)
- [Configuration](https://docs.stoobly.com/experimental/experimental-features/api-testing/configuration.md)
- [Assign](https://docs.stoobly.com/experimental/experimental-features/api-testing/configuration/assign.md)
- [Lifecycle Hooks](https://docs.stoobly.com/experimental/experimental-features/api-testing/configuration/lifecycle-hooks.md)
- [Trace](https://docs.stoobly.com/experimental/experimental-features/api-testing/configuration/trace.md)
- [Optional Components](https://docs.stoobly.com/experimental/experimental-features/optional-components.md)


---

# 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.stoobly.com/experimental.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.
