# States

### <mark style="color:purple;">Available Printers</mark>

A list of available printers.

#### **Printer Object**

<mark style="color:$info;">**id**</mark>\
A unique identifier for the printer, as defined by the OS.

<mark style="color:$info;">**name**</mark>\
The human-readable name of the printer.

<mark style="color:$info;">**model**</mark>\
The printer model (if available).

<mark style="color:$info;">**uri**</mark>\
The printer's address URI.

<mark style="color:$info;">**uuid**</mark>\
The printer's id as reported by the printer. May be null.

<mark style="color:$info;">**status**</mark>\
The printer's status. Possible values are `idle`, `printing`, `warming-up`, `stopped`, `offline`, `unknown` .

<mark style="color:$info;">**local**</mark>\
Is a local printer.

<mark style="color:$info;">**default**</mark>\
Is a default printer.

<mark style="color:$info;">**shared**</mark>\
Is a shared printer.

***

### <mark style="color:purple;">Print Error</mark>

If a print error is reported, this state will be populated with the latest error message.

***

### <mark style="color:purple;">PDF Error</mark>

If a PDF error is reported, this state will be populated with the latest error message.


---

# 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://deskifier.gitbook.io/deskifier/deskifier-bubble.io-docs/printers-element/states.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.
