# Linux

1\. Before you start, we need to setup a configuration file. We ship an example configuration that can be modified to your liking. This configuration file can\
be published to the same folder where the application will run from:

```bash
./extension-name publish:config
```

This will generate a config file, see example in “Getting started”. Check and configuration can be found in `config.yml`.

2\. Make sure you have a license file in the directory.

3\. Now we can start the extension server to test it:

```bash
./extension-name
```

When successful the extension can being used in production.


---

# 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.infotopics.com/enterprise-installation/installation-guide/getting-started/linux.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.
