<aside>
On this page:
</aside>
<aside>
🧠 Product Docs
🤖 Prompting Tips
💻 Use Cases
📚 Resources
🍄 About Expanse
</aside>
Getting AI to read the contents of a pasted link can be a super helpful way to provide context for your prompts and tasks. While AI models on Expanse aren’t able to read pages in links, there are a few clever ways to get the web-page data directly into your chat without copy and pasting the entire web-page.
<aside> 💡
TLDR:
https://r.jina.ai/
to the beginning of any URLYou've probably tried copying content directly from a webpage and noticed the AI seemed confused or focused on the wrong things. That's because web pages are designed for human eyes, not AI processing. These elements can cause the AI to focus on irrelevant parts or misinterpret the structure of your content, leading to less accurate responses.
Elements that confuse LLMs:
Markdown gives you a clean, structured format that plays nicely with LLMs— like the ones in Expanse. It’s easier for AI models to understand and works well across most apps.
The simplest method is using Jina.ai's reader service:
https://r.jina.ai/
to the beginning of the URLCopy-pasting webpage content in Markdown is a handy trick to feed info to the AI, however, completing a sending a good prompt requires communicating your task and context clearly.
Your prompt should contain:
<aside> 💡
To create your own personal Help Bot, create a Role by pasting the web-page’s markdown into the instructions so that it will always answer with responses based on the web page’s content
</aside>
<aside>
</aside>