# Will Tobi slow down my website?

No. Tobi’s code loads asynchronously, which means it will never block or slow down other parts of your website. Web page analysis tools might show you that Tobi loads after other apps, but that is how we intentionally designed it.

Your page load speed will not be impacted by Tobi, because Tobi’s assets are not on your site’s critical render path. What’s more, images and stylesheets are delivered by a global CDN to keep load time to a minimum.


---

# 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://help.tobi.ai/faq/general/will-tobi-slow-down-my-website.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.
