> For the complete documentation index, see [llms.txt](https://docs-en.dydu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.dydu.ai/contents/import-export-of-knowledge/urls.md).

# Urls

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

**This feature allows you to massively edit the URLs used in your knowledge base.**\
Two types of URLs can be replaced using this feature:

* **URLs inserted as hyperlinks** in the text of your answers
* **URLs used as redirections** via the "redirections" option field in the answers

As a result, URLs used directly in an answer (neither as a hyperlink nor as a redirection option) cannot be replaced in bulk with this feature.

**Steps to follow**

1. Click on **Export** and an **Excel file** will be downloaded to your computer.
2. Several columns are listed in the file, including:

* **urlType**: this column indicates the type of URL used per answer: **ACTION\_TEXT** if the URL is inserted as a hyperlink; **REDIRECT\_URL** if it is used as a redirection.
* **urlOld**: this column shows the URLs currently used in your knowledge base.
* **urlNew** (column to fill in): in this column, enter the new URLs you want to use in your knowledge base. If some URLs do not need to be replaced, leave those cells empty; these URLs will remain unchanged after import.\
  **Note:** Your URL must always start with the https prefix.

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

3. Fill in the **urlNew** column with your target URLs. Save your Excel file and click on **Choose file** then **Import**.
4. Once finished, you will be notified by the automatic download of an **XML file** to your computer confirming the type of changes made to your knowledge base.

**Keep in mind:**

* Deleting rows from the Excel file will not affect the import or your knowledge base.
* However, deleting columns from the file will make the URL bulk-edit feature ineffective. You will not be notified of any errors during import, but the URLs will remain unchanged.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-en.dydu.ai/contents/import-export-of-knowledge/urls.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.
