# Get Details of Current Switcher

### **Parameters**

None.

### **Returns**

Details of the current switcher:

* **Mix Effect Blocks**: Number of Mix Effect Buses.
* **Auxiliary Buses**: Number of AUX Outputs.
* **Downstream Keyers**: Number of DSKs.
* **Mix Minus Outputs**: Number of mix minus outputs.
* **Media Players**: Number of media players.
* **Max Hyperdecks**: Number of HyperDecks.
* **Serial Ports**: Number of serial ports.
* **MultiViewers**: Number of MultiViewers.
* **Digital Video Effects**: Number of DVEs.
* **Super Sources**: Number of SuperSources.
* **Stingers**: Number of stingers.
* **Model**: The model of the ATEM switcher.
* **IP Address**: The IP address of the switcher.
* **Current Mix Effect**: The current Mix Effect Bus, 1-based index.


---

# 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.mixeffect.app/automate/shortcuts/actions/get-details-of-current-switcher.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.
