# MID Server Console

## MID Server Console

- [Introduction](https://docs.yansalabs.com/mid-server-console/overview/introduction.md)
- [Key Features](https://docs.yansalabs.com/mid-server-console/overview/key-features.md)
- [Getting Started](https://docs.yansalabs.com/mid-server-console/technical-docs/getting-started.md)
- [Command Line console](https://docs.yansalabs.com/mid-server-console/technical-docs/getting-started/command-line-console.md)
- [General Scripting console](https://docs.yansalabs.com/mid-server-console/technical-docs/getting-started/general-scripting-console.md)
- [Javascript Probe Scripting console](https://docs.yansalabs.com/mid-server-console/technical-docs/getting-started/javascript-probe-scripting-console.md): The MID Server Console for Javascript Probes is very helpful when working with probes on the MID Server, whether these probes are your own custom probes, or out of the box probes.
- [Powershell console](https://docs.yansalabs.com/mid-server-console/technical-docs/getting-started/powershell-console.md): The MID Server Console for Powershell is very helpful when designing and troubleshooting powershell actions on the MID Server.
- [Logging](https://docs.yansalabs.com/mid-server-console/technical-docs/logging.md)
- [Troubleshooting](https://docs.yansalabs.com/mid-server-console/technical-docs/troubleshooting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.yansalabs.com/mid-server-console/overview/introduction.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.
