# 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.`


---

# 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/force-scripting-api.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.
