# Welcome

This book covers the full API for the **Wisej.Framework** assembly only. For an in-depth guide of Wisej features, please refer to the [Concepts ](https://docs.wisej.com/docs)book. For the extensions API and concepts, please refer to the [Extensions ](https://docs.wisej.com/extensions)book.

## Legend

| Icon                             | Description                             |
| -------------------------------- | --------------------------------------- |
| ![](/files/-MTRl851gGvQXMvSEG1f) | Instance method, or property, or event. |
| ![](/files/-MTNbupjh96RJg0aGiRI) | Static method or property or event.     |
| ![](/files/-MTNbp2tETK_qeTORIMr) | Protected method or property or event.  |
| ![](/files/-MUTv-x4we7VnevpwHiW) | Deprecated method or property or event. |

## Concepts & Reference

The concept documentation and the namespace reference are a never-ending work in progress. We update it almost daily. Please check back if what you are looking for is not available.

## Skills

We assume that you have a good working knowledge of the following tools and technologies:

* C# or VB.NET
* .NET in general
* Visual Studio
* JavaScript


---

# 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.wisej.com/api/v2.5/readme.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.
