# Wiring Diagram Maker

Making Wiring Diagrams can make it easy for us to share our designs.

### Making Wiring Diagrams

Open the Wiring Diagram Tab

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire11.png)

#### 1. Adding components

You can select the components here.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire21.png)

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire3.png)

**Select from library**

You can select the components from the library.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire4.png)

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire5.png)

**Upload own component**

You can upload your own hardware as an image.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire6.png)

#### 2. Connecting components

Each component can be rotated and its size can be changed.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire7.png)

Double-click on the component to create a wiring point.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire8.png)

Change the color to color code your connection.

Drag a line from a wiring point and connect it to another wiring point.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire10.png)

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire9.png)

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire111.png)

The components can be freely moved without breaking the connection.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire12.png)

A curved wire can be created by double-clicking on the wire and dragging the point.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire13.png)

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/wire14.png)


---

# 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://sharinghub-eng.kittenbot.hk/programming-platforms/kittenblock/kittenblock-functions-and-features/kittenblock-unique-features/wiring-diagram-maker.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.
