# LLM AND EMBEDDINGS COMMANDS

- [LLM Commands](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands.md)
- [configure llm](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/configure-llm.md)
- [listconfig llms](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/listconfig-llms.md)
- [describe llm](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/describe-llm.md)
- [start llm](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/start-llm.md)
- [status llm](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/status-llm.md)
- [stop llm](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/stop-llm.md)
- [delete llm](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-commands/delete-llm.md)
- [Vector Store Commands](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands.md)
- [configure vectorstore](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/configure-vectorstore.md)
- [describe vectorstore](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/describe-vectorstore.md)
- [listconfig vectorstores](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/listconfig-vectorstores.md)
- [start vectorstore](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/start-vectorstore.md)
- [status vectorstore](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/status-vectorstore.md)
- [stop vectorstore](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/stop-vectorstore.md)
- [delete vectorstore](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/vector-store-commands/delete-vectorstore.md)
- [LLM Application Commands](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands.md)
- [configure llmapp](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/configure-llmapp.md)
- [describe llmapp](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/describe-llmapp.md)
- [listconfig llmapps](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/listconfig-llmapps.md)
- [start llmapp](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/start-llmapp.md)
- [status llmapp](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/status-llmapp.md)
- [stop llmapp](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/stop-llmapp.md)
- [delete llmapp](https://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands/llm-application-commands/delete-llmapp.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://aizen-corp.gitbook.io/docs/llm-and-embeddings-commands.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.
