# CAN

## Introduction

The **CAN Nodes** provide a means for the user to perform several actions within the *CAN* messaging protocol. *CAN*, or *Controller Area Network*, allows for communication among different devices, such as different electronic parts of a vehicle. To use the **CAN Nodes** in **Incari**, the user needs to locate the [**CAN Attributes**](https://docs.incari.com/2021.4/modules/project-settings#can) in **Project Settings** and upload a *DBC* file.

## Contents

* [**Events**](/incari-studio/2021.5/toolbox/communication/can/events.md)
* [**CAN Start**](/incari-studio/2021.5/toolbox/communication/can/canstart.md)
* [**CAN Stop**](/incari-studio/2021.5/toolbox/communication/can/canstop.md)
* [**CAN Send Packet**](/incari-studio/2021.5/toolbox/communication/can/cansendpacket.md)

## External Links

* [*More information on CAN*](https://en.wikipedia.org/wiki/CAN_bus) on Wikipedia.


---

# 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.incari.com/incari-studio/2021.5/toolbox/communication/can.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.
