# How to integrate RouterLink in Cursor (Continue plugin)

The integration process in Cursor is similar to VS Code and also relies on the Continue plugin.

**Step1:** Open Cursor.

**Step2:** Search for **"Continue"** in the plugin search box, then **click "Install"** to install it.

<figure><img src="/files/A2KT8nkLmwF4ONdOdDxE" alt=""><figcaption></figcaption></figure>

**Step3: Click the "drop-down" button** in the top horizontal bar and select the Continue plugin.

<figure><img src="/files/K52d0EJ9kARpAuMvcB9F" alt=""><figcaption></figcaption></figure>

**Step4: Click the "settings" button** in the upper right corner to navigate to the Configs list.

**Step5: Click the "settings" icon** to the right of Local Config to open the config.json file for configuration.

<figure><img src="https://docs.world3.ai/world3/~gitbook/image?url=https%3A%2F%2F1299308320-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fz14Y82ikqf3KozqsiU9D%252Fuploads%252FzLaUx8S23pN4BZDXoK0K%252Fimage.png%3Falt%3Dmedia%26token%3D7ea5d32a-2ba5-4c15-974c-3db61508b051&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=d95a0ac0&#x26;sv=2" alt=""><figcaption></figcaption></figure>

**Step6:** Similarly, configure the file by adding the model parameters you need to the configuration file and saving it. (This operation uses Claude Opus 4.5 as an example). You can refer to [How to integrate RouterLink in VS Code (Continue plugin)](/world3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-vs-code-continue-plugin.md)

<figure><img src="https://docs.world3.ai/world3/~gitbook/image?url=https%3A%2F%2F1299308320-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fz14Y82ikqf3KozqsiU9D%252Fuploads%252FOFtha1Q59zzLPFPS86EP%252Fimage.png%3Falt%3Dmedia%26token%3D39b58af7-d79d-4bc3-9ae2-66ffad296a8d&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=fc0a4dc7&#x26;sv=2" alt=""><figcaption></figcaption></figure>

**Step7:** Return to the chat interface to verify the model's usability.

<figure><img src="/files/MxksPjgjCp77isOaPfL4" alt=""><figcaption></figcaption></figure>


---

# 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://docs.world3.ai/world3/how-to-guides/routerlink/tutorials/how-to-integrate-routerlink-in-cursor-continue-plugin.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.
