# Tour

- [Overview](https://dcli.onepub.dev/dcli-api/overview.md)
- [Using DCli functions](https://dcli.onepub.dev/dcli-api/using-dcli-functions.md)
- [User input](https://dcli.onepub.dev/dcli-api/user-input.md)
- [Ask Validators](https://dcli.onepub.dev/dcli-api/user-input/ask-validators.md)
- [Displaying information](https://dcli.onepub.dev/dcli-api/displaying-information.md)
- [Managing Files And Directories](https://dcli.onepub.dev/dcli-api/managing-files-and-directories.md)
- [Environment variables](https://dcli.onepub.dev/dcli-api/environment-variables.md)
- [Calling apps](https://dcli.onepub.dev/dcli-api/calling-apps.md)
- [Redirecting output](https://dcli.onepub.dev/dcli-api/redirecting-output.md)
- [Command Line Arguments](https://dcli.onepub.dev/dcli-api/command-line-arguments.md)
- [Paths](https://dcli.onepub.dev/dcli-api/paths.md)
- [Glob Expansion](https://dcli.onepub.dev/dcli-api/glob-expansion.md)
- [Piping](https://dcli.onepub.dev/dcli-api/piping.md)
- [Locking](https://dcli.onepub.dev/dcli-api/locking.md)
- [Fetch](https://dcli.onepub.dev/dcli-api/fetch.md)
- [The evils of CD](https://dcli.onepub.dev/dcli-api/the-evils-of-cd.md)
- [Assets/Resources](https://dcli.onepub.dev/dcli-api/assets.md)
- [Cross Platform](https://dcli.onepub.dev/dcli-api/cross-platform.md)
- [Posix](https://dcli.onepub.dev/dcli-api/cross-platform/posix.md)
- [Windows](https://dcli.onepub.dev/dcli-api/cross-platform/windows.md)
- [Docker](https://dcli.onepub.dev/dcli-api/cross-platform/docker.md)
- [Detecting Docker](https://dcli.onepub.dev/dcli-api/cross-platform/docker/detecting-docker.md)
- [Add DCli to a Docker Container](https://dcli.onepub.dev/dcli-api/cross-platform/docker/add-dcli-to-a-docker-container.md)
- [Example DCli app in Docker](https://dcli.onepub.dev/dcli-api/cross-platform/docker/ship-a-dcli-app-in-docker.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://dcli.onepub.dev/dcli-api.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.
