> For the complete documentation index, see [llms.txt](https://omnitool-ai.gitbook.io/omnitool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omnitool-ai.gitbook.io/omnitool/getting-started/configuration.md).

# Configuration

### Available Parameters for `yarn start`

When running the `yarn start` command, you can customize its behavior by using various parameters (options). Here is a list of available parameters along with their descriptions:

* `-u, --updateExtensions`: Update all extensions.
* `-rb, --refreshBlocks`: Refresh block definitions.
* `-px, --pruneExtensions`: Prune deprecated extensions.
* `-R, --resetDB <scope>`: Reset the database on startup. Valid scopes are `blocks` and `settings`.
* `--chown <user>`: Reparent all unowned files in CDN storage to this user.
* `-ll, --loglevel <level>`: Set the logging level. Default is set to the server's logger level.
* `--emittery`: Enable emittery debug logs. Always disabled on log level silent (0).
* `--verbose`: Enable maximum logging level.
* `-purl, --publicUrl <url>`: Set the external address for services that require it. Default is the server's public URL.
* `--fastifyopt <fastifyopt>`: Advanced Fastify options in JSON Object format. Default is set to limit the request body size to 32MB.
* `-p, --port <port>`: Overwrite the listening port. Default is `1688`.
* `--openBrowser`: Automatically open a web browser.
* `-nx, --noExtensions`: Disable all non-core extensions.
* `-s, --secure <secure>`: Enforce a secure connection. Default is `false`.
* `--dburl <url>`: Connection URL to the database.
* `--dbuser <user>`: DB admin user. Default is `admin@local.host`.
* `--viteProxy <url>`: Specify the Vite debugger URL.
* `--autologin`: Enable automatic user login.
* `--uncensored`: Disable NSFW (Not Safe For Work) protections.
* `--flushLogs`: Flush logs to the database.
* `-l, --listen <addr>`: Sets the interface the host listens on (required).

Please find the latest options in this code:

{% @github-files/github-code-block %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://omnitool-ai.gitbook.io/omnitool/getting-started/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
