# Manage Printers

Clicking the Manage Printers icon <img src="/files/xclIErCxM6Hqa3Om9QKv" alt="" data-size="line">, user can open the list of all printers. This list allows user to edit and delete existing printers. User can also [add new printers](/modules/printer-management/add-new-printer.md) from this window.

![C6 slicing interface - Manage printers](/files/AJ00IFLFkaLg6wOAXgvw)

{% hint style="info" %}
Default printers will show up with the keyword `default` in the Manage Printers window. User cannot remove default printers from the list. Its custom g-code can be edited in [Advance Settings](/modules/print-settings/advanced-settings.md) page
{% endhint %}

### Edit a Printer

Edit printer option opens the same window as **Add Printer**. User can then change the parameters and save the printer.&#x20;

![C6 slicing interface - Edit printer](/files/ezT6glIYigP8LygOL1xb)

### Delete Printer

User can delete a printer from the **Manage Printer** list. After a confirmation, the printer will be deleted from the list.&#x20;

{% hint style="warning" %}
**Delete Printer** is an irreversible operation
{% endhint %}

![C6 slicing interface - Delete printer](/files/06TMYOECGbY3NhnrfIi7)


---

# 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.c6.fabheads.com/modules/printer-management/manage-printers.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.
