# Walker and Elephant

Walker is a frontend program that allows you to interact with a backend: Elephant.

Elephant handles:

* what data should be shown
* how things are executed

Walker handles:

* deciding what is queried
* how to run actions

Therefore the overall Walker-Experience has to be configured for those two programs separately.

## Your Friends:

```
walker --help
elephant --help
elephant generatedoc
```

## Providers implemented by Walker per default

Walker implements a bunch of Elephant providers by default, these are:

* bluetooth
* archlinux packages
* calc
* providerlist
* websearch
* desktopapplications
* files
* todo
* runner
* symbols
* unicode
* clipboard
* menus


---

# 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://benz.gitbook.io/walker/walker-and-elephant.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.
