# Restricted API's

## Restricted APIs

Restricted Scripting APIs are subject to change or removal. When possible, they should be avoided and should not be sold nor traded. Any scripts that use restricted APIs will received a warning when compiled.

The following APIs are restricted:

| **API**                                                                     | **Details**                                                                                                                                  |
| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [Sansar.Assertions](https://help.sansar.com/hc/en-us/articles/115001996626) | All the methods in this class are restricted. They are intended to be used for debugging purposes and removed before the scripts are shared. |

#### Have more questions? Ask in our [Discord!](http://discord.gg/sansarofficial)


---

# 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.sansar.com/latest/script-api-docs/general-information/restricted-apis.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.
