# Overview

Keep3r-CLI provides an easy-to-use tool along with all the necessary code required to run your own keeper and start working on jobs. All you need to provide is your configuration file.

{% embed url="<https://twitter.com/DeFi_Wonderland/status/1448730195217813506?s=20>" %}

#### For Keepers

The easiest to become a keeper and start earning rewards for working jobs is by using the CLI. After cloning the CLI you will need to install CLI compatible jobs, add your configuration, and hit play! For more information you can read the complete [CLI Documentation](https://github.com/keep3r-network/cli/blob/master/README.md).

#### For Job Owners

If you are planning to add your job to the Keep3r Network, making it CLI compatible would be the quickest way to fully integrate it into the network. This will allow Keepers to install it and start working it in a minute or less. For more information you can read our [CLI Sample Jobs](https://github.com/keep3r-network/cli-sample-jobs/blob/master/README.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://docs.keep3r.network/cli/overview.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.
