# How to generate FASTQ files for index reads in MiSeq Reporter

MiSeq Reporter is able to generate FASTQ files for index reads. It does not generate them by default. To configure MiSeq Reporter to generate FASTQ files for index reads, follow the steps below:\
**Note:** This procedure requires restarting the MiSeq Reporter Service, which requires administrative privileges on the computer. If you do not have administrative privileges, restarting the computer also restarts the MiSeq Reporter service.

1. Navigate to **C:\Illumina\MiSeqReporter**
2. Make a backup copy of **MiSeq Reporter.exe.config**
3. Edit the original **MiSeq Reporter.exe.config** using Notepad
4. Add the following to the top portion of the file (in the`<appSettings>` section):
   1. `<add key="CreateFastqForIndexReads" value="1" />`
5. Save the file
6. Restart the MiSeq Reporter service
   1. Start the Windows Task Manager by pressing Ctrl-Alt-Delete on the keyboard and then selecting **Start Task Manager**
   2. Select the **Services** tab
   3. Find **MiSeqReporter** on the list of services
   4. Right-click on **MiSeqReporter** and select **Stop Service**
   5. Right-click on **MiSeqReporter** again and select **Start Service**

For all analyses performed by MiSeq Reporter after making this change, a FASTQ file is generated for each index read for each sample. To turn off this feature (ie, to revert to the default behavior of MiSeq Reporter), change the value in`<add key="CreateFastqForIndexReads" value="1" />`from 1 to 0, then restart the MiSeq Reporter service.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                 |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #1326), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000001326%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# 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://knowledge.illumina.com/software/on-instrument-analysis-software/software-on-instrument-analysis-software-reference_material-list/000001326.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.
