# Common Frameworks

You will also have to define the correct publish directory. Here's a list of default configurations for popular frameworks:

|     Framework    |            Build Command            |    Output Directory   |
| :--------------: | :---------------------------------: | :-------------------: |
| Create React App |    `npm run build or yarn build`    |         build         |
|      Gatsby      |            `gatsby build`           |         public        |
|       Hugo       |            `yarn && hugo`           |         public        |
|      Jeky II     |            `jekyll build`           |         \_site        |
|      Next.js     | `yarn && yarn build && yarn export` |          out          |
|     Gridsome     |         `yarn && yarn build`        |          dist         |
|      Svelte      |         `yarn && yarn build`        |         public        |
|      Sapper      |        `yarn && yarn export`        | \_\_sapper\_\_/export |

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# 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.4everland.org/hositng/guides/common-frameworks.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.
