Zed 
Setup Zed to correctly generate Avo code based on your prompt.
Quick use 
In Thread chat type this before your prompt
bash
@fetch https://docs.avohq.io/4.0/llms-full.txtOr in Text thread chat type this before your prompt
bash
/fetch https://docs.avohq.io/4.0/llms-full.txtMCP server 
MCP is a an API to communicate with AI models. You can add MCP servers to your code editor and Cursor will communicate with them to get more accurate results.
I suggest using Context7 MCP server which provides many libraries including Avo's docs.
Press ⌘ CMD+⇧ Shift+P (or ⌃ Ctrl+⇧ Shift+P on Windows)
Type
agent: add context serverAdd this name and server:
bash
# name
context7bash
# server
npx -y @upstash/context7-mcp@latestNow in Agent Mode you can ask AI anything about Avo, and write use context7 at the end of your prompt.
For example:
bash
create a new Avo resource for a product model. use context7
Friendly.rb - Your friendly European Ruby Conference