> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typewise.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Live URL fetch

> Fetches the latest content from any URL in real time, optionally using parameters such as an order ID or tracking number to build the URL dynamically.

Live URL fetch accesses public websites in real-time to retrieve
information. URLs can include dynamic parameters for specific orders, deliveries, or users.

*Example:* Tracking information on the DPD website given a tracking number.

* **Best for:** Sites with predictable URL structures where you need to pass
  dynamic values like order IDs, tracking numbers, or search terms.
* **Recommendation:** Only use this method if you need dynamic parameters or the
  latest information. If the URL is static, **Import website** is usually a
  better choice.

## Configuration

| Field                        | Description                                                                                                            |
| :--------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
| **Title**                    | The name of the source configuration.                                                                                  |
| **When to use this source?** | Instructions for the AI on when to use this specific source (e.g., "Use this to check the status of shipment orders"). |
| **URL**                      | The URL that should be called. Use variables for dynamic parts, e.g., `https://orderstatus.typewise.app/{order_id}`.   |
| **Access level**             | Controls which agents or users can access this source. [Access levels](/documentation/knowledge/access-levels)         |

## See also

* [Choosing a method](/documentation/knowledge/web/comparison): Compare website
  lookup methods
* [Import website](/documentation/knowledge/web/import-website): Import and
  index website content
* [Live web search](/documentation/knowledge/web/live-web-search): Search the
  web in real time
