LLMs.txt¶
Georouting provides LLMs.txt files to help AI assistants understand and work with our library more effectively.
What is LLMs.txt?¶
LLMs.txt is a structured documentation format specifically designed for large language models (LLMs). It provides AI assistants with concise, well-organized information about georouting, enabling them to give you more accurate and helpful responses when working with the library.
Learn more about the standard at llmstxt.org.
Available Files¶
| File | Description | Size |
|---|---|---|
| llms.txt | Concise overview with installation, quick start, features, and API links | ~2KB |
| llms-full.txt | Complete documentation compiled from all sources | ~55KB |
Choosing the Right File¶
-
Use
llms.txtfor most tasks - It fits within standard context windows and provides enough information for common questions about installation, basic usage, and API navigation. -
Use
llms-full.txtwhen you need comprehensive reference - Use this for detailed API documentation, advanced usage patterns, or when working with AI tools that support large context windows (200K+ tokens).
Usage with AI Tools¶
Claude, ChatGPT, and other AI Assistants¶
Include the URL directly in your prompt:
1 2 | |
Or for comprehensive documentation:
1 2 | |
Cursor¶
Use @Docs to add the llms.txt URL to your workspace:
- Open Cursor Settings > Features > Docs
- Add a new doc with URL:
https://wybert.github.io/georouting/llms.txt - Reference it in chat using
@Docs
Windsurf¶
Add the documentation to your cascade:
- Use
@docsin the chat - Add the URL:
https://wybert.github.io/georouting/llms.txt
Claude Code¶
When using Claude Code, you can reference the documentation:
1 2 | |
Example Prompts¶
Here are some example prompts you can use with AI assistants:
Basic usage:
1 2 | |
API exploration:
1 2 | |
Integration help:
1 2 | |
Regenerating LLMs.txt Files¶
If you're contributing to georouting and need to update the documentation:
1 2 | |
The llms.txt file is manually maintained to keep it concise and focused.