# Basics

- [advanced API reference](https://pico-1.gitbook.io/homelab/basics/openapi.md)
- [Models API](https://pico-1.gitbook.io/homelab/basics/models-api.md)
- [Chat API](https://pico-1.gitbook.io/homelab/basics/chat-api.md)
- [Copy of Chat API](https://pico-1.gitbook.io/homelab/basics/openapi-1.md)
- [Embeddings API](https://pico-1.gitbook.io/homelab/basics/embeddings-api.md): The embeddings API creates embeddings of one or more strings. Pico AI Server supports both OpenAI and Ollama compatible endpoints.
- [Discover Pico AI Homelab servers using Bonjour](https://pico-1.gitbook.io/homelab/basics/editor.md): Pico AI Homelab broadcasts its hostname, IP address and port using Bonjour by default. Chat applications can listen to these Bonjour broadcasts to automatically connect to Pico AI Homelab.
- [Custom URL scheme to open your chat app](https://pico-1.gitbook.io/homelab/basics/publish-your-docs.md): Pico AI Homelab includes a menu option that allows users to open their favorite chat app. If your app uses a custom URL scheme, please inform me so I can add it to the Settings.
- [Markdown](https://pico-1.gitbook.io/homelab/basics/markdown.md)
- [Images & media](https://pico-1.gitbook.io/homelab/basics/images-and-media.md)
- [Interactive blocks](https://pico-1.gitbook.io/homelab/basics/interactive-blocks.md)
- [Integrations](https://pico-1.gitbook.io/homelab/basics/integrations.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://pico-1.gitbook.io/homelab/basics.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.
