# Artificial Intelligence

- [OpenAI | ChatGPT](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt.md)
- [Connect OpenAI](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/connect-openai.md)
- [Chat with AI Basics](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/chat-with-ai-basics.md)
- [What are Functions](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-functions.md)
- [Functions in Flows](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-functions/functions-in-flows.md)
- [Capturing Data](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-functions/capturing-data.md)
- [Generate function with AI](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-functions/generate-function-with-ai.md)
- [Combine chat completions & Functions](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-functions/combine-chat-completions-and-functions.md)
- [What are Embeddings](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-embeddings.md)
- [Create Embeddings](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-embeddings/create-embeddings.md)
- [Add Embeds to your Flow](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-embeddings/add-embeds-to-your-flow.md)
- [Error Handling](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-embeddings/error-handling.md)
- [Combine Embeddings with Functions](https://help.flochat.ai/artificial-intelligence/openai-or-chatgpt/what-are-embeddings/combine-embeddings-with-functions.md)
- [GitBook Lens AI](https://help.flochat.ai/artificial-intelligence/gitbook-lens-ai.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://help.flochat.ai/artificial-intelligence.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.
