> For the complete documentation index, see [llms.txt](https://easycatalog.nousmedis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easycatalog.nousmedis.com/getting-started/1.-first-steps/opening-easycatalog-documents-on-other-computers.md).

# Opening EasyCatalog documents on other computers

However, any changes made to the content of the document may cause problems if the document is subsequently re-opened in EasyCatalog.

{% hint style="danger" %}
**Failure to follow these guidelines may result in broken links in your document. If you have any questions please** [**contact us**](https://nousmedis.com/en/get-in-touch-with-us/) **before you open your document on another computer.**
{% endhint %}

If you have users that need to edit the content of EasyCatalog-created documents that must later be updated again using EasyCatalog, either:

1. Download and install the demo version of EasyCatalog on the editing computer. This will ensure that all EasyCatalog links and data are preserved.
2. Download and install the **EasyCatalog Reader** plug-in on the editing computer. This plug-in is available free of charge and will ensure that all links are visible in the document and remain intact. Please, [contact us](https://nousmedis.com/en/get-in-touch-with-us/) to receive a copy of this plug-in.


---

# 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, and the optional `goal` query parameter:

```
GET https://easycatalog.nousmedis.com/getting-started/1.-first-steps/opening-easycatalog-documents-on-other-computers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
