# Output files

MAIP creates an output csv file containing the information from the input file and two extra columns. Compounds that failed the standardisation are not predicted but remain in the output file. The additional columns are:

**standard\_smiles**

Compound SMILES returned by the standardisation procedure and used for the prediction.

**model\_score**

Score returned by the model. The higher the score is the more likely the compound is predicted to be active. Because there is no normalised score, the user defines a selection threshold.


---

# 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://chembl.gitbook.io/malaria-project/output-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.
