# Product Guides

- [Create new API](https://docs.conektto.io/product-guides/create-new-api.md)
- [Conektto Design Studio](https://docs.conektto.io/product-guides/create-new-api/conektto-design-studio.md)
- [Free Format API design](https://docs.conektto.io/product-guides/create-new-api/free-format-api-design.md)
- [Data Provider API Design](https://docs.conektto.io/product-guides/create-new-api/data-provider-api-design.md)
- [Composable Studio](https://docs.conektto.io/product-guides/create-new-api/composable-studio.md): With Composable Studio, you can create, manage, and optimize your API workflow code with ease, reducing complexity and boosting productivity and in multiple programming languages.
- [Types of Design Patterns supported](https://docs.conektto.io/product-guides/create-new-api/composable-studio/types-of-design-patterns-supported.md)
- [Designing Aggregate API in Composable Studio](https://docs.conektto.io/product-guides/create-new-api/composable-studio/designing-aggregate-api-in-composable-studio.md)
- [Collections](https://docs.conektto.io/product-guides/collections.md): Introducing Conektto's Collections: Enhance Your API Testing and Organization
- [API Standards and Governance](https://docs.conektto.io/product-guides/api-standards-and-governance.md)
- [Create API Test](https://docs.conektto.io/product-guides/create-api-test.md)
- [Execute API Test](https://docs.conektto.io/product-guides/execute-api-test.md): Conektto's Autonomous API Test Studio uses NLP technology to analyze and create test harness for executing all your tests. Before you continue on this section, make sure you read the previous section.


---

# 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.conektto.io/product-guides.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.
