# Vectorify ## Docs - [API Key](https://docs.vectorify.ai/api-reference/api-key.md): Learn how API key works on Vectorify. - [Create a chat](https://docs.vectorify.ai/api-reference/chats/create-a-chat.md): Start a conversation with follow-up questions. The results are returned as a message in the chat. - [Create a chat message](https://docs.vectorify.ai/api-reference/chats/create-a-chat-message.md): Create a new message in a chat. The response includes the latest message in the chat. - [Retrieve a chat](https://docs.vectorify.ai/api-reference/chats/retrieve-a-chat.md): Retrieve a specific chat and its messages. - [Retrieve a chat message](https://docs.vectorify.ai/api-reference/chats/retrieve-a-chat-message.md): Retrieve a specific message in a chat. - [Retrieve a list of chats](https://docs.vectorify.ai/api-reference/chats/retrieve-a-list-of-chats.md): Retrieve a list of chats and their messages. - [Send feedback on a chat](https://docs.vectorify.ai/api-reference/chats/send-feedback-on-a-chat.md): Send feedback on a specific chat. - [Send feedback on a message](https://docs.vectorify.ai/api-reference/chats/send-feedback-on-a-message.md): Send feedback on a specific message. - [Retrieve a collection](https://docs.vectorify.ai/api-reference/collections/retrieve-a-collection.md): Retrieve a specific collection. - [Retrieve a list of collections](https://docs.vectorify.ai/api-reference/collections/retrieve-a-list-of-collections.md): A list of collections and their items. - [Introduction](https://docs.vectorify.ai/api-reference/introduction.md): Fundamental concepts of Vectorify's API. - [Retrieve a list of items](https://docs.vectorify.ai/api-reference/items/retrieve-a-list-of-items.md): Retrieve a list of upserted items. - [Retrieve an item](https://docs.vectorify.ai/api-reference/items/retrieve-an-item.md): Retrieve a specific item. - [Query data](https://docs.vectorify.ai/api-reference/query/query-data.md): Ask questions about your data. Use the `chats` endpoint to start a conversation with follow-up questions. - [Rate Limits](https://docs.vectorify.ai/api-reference/rate-limits.md): Learn about Vectorify's API rate limits. - [Create an upsert](https://docs.vectorify.ai/api-reference/upserts/create-an-upsert.md): An upsert is an operation that allows you to create or update items in a single operation. You don't have to worry about whether the item already exists or not. - [Retrieve a list of upserts](https://docs.vectorify.ai/api-reference/upserts/retrieve-a-list-of-upserts.md): Retrieve a list of upserts. An upsert is an operation that allows you to create or update items in a single operation. - [Retrieve an upsert](https://docs.vectorify.ai/api-reference/upserts/retrieve-an-upsert.md): Retrieve a specific upsert. An upsert is an operation that allows you to create or update items in a single operation. - [Concepts](https://docs.vectorify.ai/concepts.md): This page defines the core concepts in Vectorify and how they relate to each other. - [Configuration](https://docs.vectorify.ai/configuration.md): Enter the tables and columns you want to be accessible by AI - [Introduction](https://docs.vectorify.ai/introduction.md): The fastest way to ask AI about your data - [MCP Server](https://docs.vectorify.ai/mcp-server.md): Documentation for the MCP Server Protocol - [Billing](https://docs.vectorify.ai/organisation/billing.md): Plan and billing management - [Members](https://docs.vectorify.ai/organisation/members.md): Manage your team - [Analytics](https://docs.vectorify.ai/project/analytics.md): Your AI activity - [Chatbot](https://docs.vectorify.ai/project/chatbot.md): Drop an AI Chatbot right inside your Laravel app - [Chats](https://docs.vectorify.ai/project/chats.md): Interact with your data in natural language - [Items](https://docs.vectorify.ai/project/items.md): An item is a row in your relational database - [Settings](https://docs.vectorify.ai/project/settings.md): Customise your AI Agent - [Upserts](https://docs.vectorify.ai/project/upserts.md): Create or update items in a single operation - [Quickstart](https://docs.vectorify.ai/quickstart.md): Get started with Vectorify in minutes ## OpenAPI Specs - [api](https://vectorify.ai/api.json) ## Optional - [GitHub](https://github.com/vectorifyai/vectorify-laravel) - [Blog](https://vectorify.ai/blog) - [Dashboard](https://app.vectorify.ai)