> For the complete documentation index, see [llms.txt](https://docs.agentsupply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentsupply.ai/ai-features/troubleshooting/clickable-links-in-responses.md).

# Clickable Links in Responses

#### Step 1. Update the prompt <a href="#step-1.-update-the-prompt" id="step-1.-update-the-prompt"></a>

Inside your base system prompt you need to instruct the AI agent to include links in its responses. To do this, you can update the prompt like so:

```
Include the website links in markdown format at the end of your answers when applicable.
```

#### Step 2. Check knowledge base <a href="#step-2.-check-knowledge-base" id="step-2.-check-knowledge-base"></a>

Inside your AI agent's knowledge base you can scrape a website to add all of it's pages and data. Most website will have page names and links that are included with this data (Agent Supply will automatically include all links by default). If, for whatever reason there are no links provided then you can add them via a document or text like \[Name of URL]\(<https://thiswouldbeyoururl.com>)

#### Step 3. Test & Refine <a href="#step-3.-test-and-refine" id="step-3.-test-and-refine"></a>

Enable debug mode so you can see the data being used by the AI to generate it's answer. If you ask a question and its not giving you the response you like, it's most likely because its returning the irrelevant data. Make sure you only add relevant information to your knowledge base.

[Debug Mode](/ai-features/troubleshooting/debug-mode.md)
