# Installation

The `CLI` tool is installed as global npm package

```
npm i 0xweb -g
0xweb --help
```

Right away you can start using available commands.  Like getting the <img src="/files/UOOF4tTUVcNafjiZvmb8" alt="" data-size="line"> Gas Price for a chain.

```
> 0xweb gas -c polygon

Chain polygon
Price 60 gwei
```

⚠️ We ship our public **API keys** and **Node Endpoints** for Ethereum, Polygon, Gnosis Chain, etc. So we would like you to ask to create your keys and **replace** them in the configuration.

### Configuration

```
0xweb config --edit
```

This creates the configuration file (`%APPDATA%/.dequanto/config.yml`) with the default values, and you are free to add/replace the values. After you saved the file, you can check the configuration with

```
0xweb config --view
```

### Additional Common Flags

<table><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><code>--color none</code></td><td>Doesn't print colored output</td><td></td></tr><tr><td><code>--silent</code></td><td>Doesn't print information logs</td><td></td></tr><tr><td><code>--endpoint http://some:port</code></td><td>Overrides the RPC Url loaded from config</td><td></td></tr></tbody></table>


---

# 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.0xweb.org/installation.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.
