# Scripts and the Command Line

- [How to use Beyond Compare in the Terminal](https://beyondcompare.gitbook.io/project/scripts-and-the-command-line/scripts-and-the-command-line-interface.md): also How to use Beyond Compare at the Command Line (CLI) or How to use Beyond Compare with scripts
- [How to do an automatic backup every day](https://beyondcompare.gitbook.io/project/scripts-and-the-command-line/how-to-do-an-automatic-backup-every-day.md): You may prefer the very succinct Knowledge Base article about this.
- [Write a Batch File That Will Start Several Syncs Simultaneously](https://beyondcompare.gitbook.io/project/scripts-and-the-command-line/write-a-batch-file-that-will-start-several-syncs-simultaneously.md)
- [Write a batch file that will start several text compares automatically](https://beyondcompare.gitbook.io/project/scripts-and-the-command-line/write-a-batch-file-that-will-start-several-text-compares-automatically.md)
- [TL; DR](https://beyondcompare.gitbook.io/project/scripts-and-the-command-line/tl-dr.md)


---

# 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://beyondcompare.gitbook.io/project/scripts-and-the-command-line.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.
