# Syncing Model to Car

**Syncing the Model to the Cars**

1. To move the model file from the Chameleon Node to the cars, run the following command on the car inside of the donkeycar container:

<pre><code><strong>rsync cc@&#x3C;Chameleon_Floating_Ip_Address>:~/mycar/models/&#x3C;model_name> ~/car/models
</strong></code></pre>

2. Be sure to also sync the my\_config.py file since this could affect how the pi interprets the model

```
rsync cc@<Chameleon_Floating_Ip_Address>:~/mycar/my_config.py ~/car/my_config.py
```

*Note: \~/mycar/models/\<model\_name: is a file path and if the naming of the directories are not within convention, it could lead to errors.*&#x20;

<br>


---

# 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://chi-education.gitbook.io/chi-edge-or-education/chi-edge-education/module-i-autonomous-vehicles/pathways/regular-pathway/syncing-model-to-car.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.
