> For the complete documentation index, see [llms.txt](https://danil-dukhovenko.gitbook.io/force/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danil-dukhovenko.gitbook.io/force/force-scripting-api.md).

# Force Scripting API

This section of the documentation contains details of the scripting API that **Force** provides, all classes, methods.

If some part of code uploaded here not working please send me on [email.](mailto:undefined)

API are grouped by namespaces they belong to, and can be selected from the sidebar to the left. For most users, the **Force** section will be the main port of call.

All API described here compiled in `Force.CSharp.Core.dll` and stored in **Binary** folder in your project with specific configuration.

All scripts that you write compiled into `Force.CSharp.Project.dll` (where .Project is name of your working project) and where links with `Force.CSharp.Core.dll.`
