# Change Your conf.yml File

## Overview

[About the conf.yml file](/evolver/software/server-raspberry-pi/configuration-files-conf.yml.md)

Reasons you might want to do this:

1. Changing [broadcast timing](https://khalil-lab.gitbook.io/evolver/guides/pages/bVTauLMV7X4UUjxHFNQb#conf.yml) - ie how often the s erver cycles
2. [Adding an experimental parameter](/evolver/extensions/adding-a-new-experimental-parameter.md)

## Guide

{% hint style="info" %}
\[Optional] Before doing this, save the conf.yml file you are using, if you don't already have it saved. You can use the following command in a terminal window:

`scp pi@<your-IP-address>:/home/pi/evolver/evolver/conf.yml`&#x20;
{% endhint %}

1. In a terminal, navigate to the folder in the server files containing the conf.yml file you want to change to
   1. For example if you want to change to the stir pause conf.yml:
      1. `cd <your-directory>/evolver/alternate_conf_files/stir_pause_for_OD_reads`&#x20;
   2. For example if you want to change to the default conf.yml:
      1. `cd <your-directory>/evolver/`
2. Copy over your new conf.yml file (overwriting the old one)
   1. Input the following command:
      1. `scp conf.yml pi@<your-IP-address>:/home/pi/evolver/evolver/`
   2. Input your eVOLVER server's password
3. Restart your eVOLVER server
   1. Input the following command (replaced with your eVOLVER's IP)
      1. `ssh pi@<your-IP-address>`
   2. Input your eVOLVER server's password
   3. Input the following commands to restart the server
      1. `sudo supervisorctl`
      2. `restart evolver`&#x20;
4. Check the server log files to see that it is cycling properly
   1. While still in supervisorctl, input:
      1. `tail -f evolver`
   2. More about the server log [here](/evolver/guides/view-the-server-log-and-restart-server.md)


---

# 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://khalil-lab.gitbook.io/evolver/guides/change-your-conf.yml-file.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.
