> For the complete documentation index, see [llms.txt](https://docs.world3.ai/WORLD3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world3.ai/WORLD3/how-to-guides/routerlink.md).

# RouterLink

- [Quick Start Guide](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/quick-start-guide.md)
- [Tutorials](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials.md)
- [How to integrate RouterLink in a self-hosted environment](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-a-self-hosted-environment.md)
- [How to integrate RouterLink in Claude Code](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-claude-code.md)
- [How to integrate RouterLink in OpenClaw](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-openclaw.md)
- [How to integrate RouterLink in Codex CLI](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-codex-cli.md)
- [How to integrate RouterLink in OpenCode](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-opencode.md)
- [Use CC-Switch to configure multiple Coding Agents.](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/use-cc-switch-to-configure-multiple-coding-agents..md)
- [How to integrate RouterLink in VS Code (Continue plugin)](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-vs-code-continue-plugin.md)
- [How to integrate RouterLink in Cursor (Continue plugin)](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-cursor-continue-plugin.md)
- [How to integrate RouterLink in LobeChat](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-lobechat.md)
- [How to integrate RouterLink in TypingMind](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-typingmind.md)
- [How to integrate RouterLink in ChatboxAI](https://docs.world3.ai/WORLD3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-chatboxai.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.world3.ai/WORLD3/how-to-guides/routerlink.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
