# Workflows

- [Create new project](https://docs.c6.fabheads.com/workflows/create-new-project.md)
- [Slice a new part](https://docs.c6.fabheads.com/workflows/slice-a-new-part.md)
- [Edit an existing job](https://docs.c6.fabheads.com/workflows/edit-an-existing-job.md)
- [Fiber Printing](https://docs.c6.fabheads.com/workflows/fiber-printing.md): How to use Fiber slice options
- [Dual nozzle printing](https://docs.c6.fabheads.com/workflows/dual-nozzle-printing.md)
- [Quality assurance](https://docs.c6.fabheads.com/workflows/quality-assurance.md): Start quality assurance process for a print job
- [Connect to Local Printers](https://docs.c6.fabheads.com/workflows/connect-to-local-printers.md): With C6, you can connect to local 3D printers, start / stop prints and monitor prints right from your account. Each different printer might require some different setup
- [Repetier Server](https://docs.c6.fabheads.com/workflows/connect-to-local-printers/repetier-server.md): Follow these steps to connect a local Repetier server running on your 3D printer.


---

# 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/workflows.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.
