# FAQ

### **Question and Answer**

**Q - Why i'm myself creating this engine if already exist Unity or Unreal?**\
A - Because I want to create my own technology, even if it is small at first, which I will eventually develop. I also always wanted to create a game using my own engine.

**Q - There will be other people to join the development?**\
A - The plan is to attract only one person I know so far. In General, I don't think about it yet. But I think in the future people will be able to offer their ideas and solutions.

**Q - What is the purpose of creating this platform?**\
A - As you have noticed, I do not call the project a engine, and platform because it will be used not only to create a game, and to create any graphic application I use two-dimensional or three-dimensional graphics.

**Q - Where can I view the list of add-ons?**\
A - You can view list of addons [here](https://danil-dukhovenko.gitbook.io/force/other).

**Q - When is the release planned?**\
A - At this point Force not have only raw engine core, now its have full workable Editor, Nave, Scripting support, and even raw exporting project to game itself. So release of Force now as close as never was. So i think when Force will support full exporting project to game (On Windows) this will first official release.

<figure><img src="https://2773422523-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuytHSSE0uhny7g4jsNpY%2Fuploads%2FfUKei3563FaIZdtzN0CB%2FForce%202019-2022.png?alt=media&#x26;token=cd6c4d54-4e1a-421c-b009-a26dba4d008c" alt=""><figcaption></figcaption></figure>


---

# 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://danil-dukhovenko.gitbook.io/force/faq.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.
