> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/details/other-watch-types/switch-slots.md).

# Switch Slots

### Overview

For each slot on a switch, this section shows graphically the availability for the selected time period (day, week, month) and date.

<figure><picture><source srcset="/files/9pysopLa7JTYYnYze2vM" media="(prefers-color-scheme: dark)"><img src="/files/osPUtguEPojBSG1uWy3E" alt="Camera or Sensor chart"></picture><figcaption></figcaption></figure>

### Description

**Horizontal axis:** Adjusts according to the selected time period to show "hours" in day view and "days" in week and month views; redraws if the time zone is changed at the top right of the Details page. See [Zoom options](/details/details-page-options/zoom-options.md) for methods to zoom in on the data. &#x20;

**Time period**

Highlight displays the values for each data point in the time period:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Day</td><td>Shows multiple data points per hour (one for each polling period, usually one to five minutes)</td></tr><tr><td>Week</td><td>Shows 24 data points per day (every hour), Maximum for each hour is shown</td></tr><tr><td>Month</td><td>Shows 6 data points per day (every 4 hours), Maximum for each 4 hour period is shown</td></tr></tbody></table>

<figure><picture><source srcset="/files/sTlMrdINED0vPeHmbaPX" media="(prefers-color-scheme: dark)"><img src="/files/2PvsltiLkGB5brikhblp" alt="Switch Slot Tool Tip "></picture><figcaption></figcaption></figure>

For any time period, hover on a point to see date, timestamp and availability status.&#x20;

### Availability

Coloured blips, with the meaning shown below, are drawn on the Availability line.

<table><thead><tr><th width="126">Colour</th><th>Issue</th></tr></thead><tbody><tr><td>Red blip</td><td>Switch Slot reported as Down</td></tr><tr><td>Blue blip</td><td>No data, controller is not contactable</td></tr><tr><td>Green line</td><td>Switch Slot is up</td></tr><tr><td>Grey line</td><td>No data</td></tr></tbody></table>

### Zoom options

There are two methods to zoom in on charts: drag and click. Find out more about [zoom options.](/details/details-page-options/zoom-options.md)

### Background colours

Grey backgrounds indicate non-business hours and purple backgrounds indicate maintenance periods. Find out more about [background colours](/details/details-page-options/background-colours.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 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, and the optional `goal` query parameter:

```
GET https://help.highlight.net/details/other-watch-types/switch-slots.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
