> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/photofinish.net/configuration/raceresult.md).

# RaceResult

Photofinish.NET allows the direct upload of photofinish times into a RR12 timing point and the upload of ranks into a UDF for each participant.&#x20;

Configuration is done in *Config* - *Settings* - *RaceResult*.

<figure><img src="/files/k9DsBT7s6L1xRREAZxII" alt="" width="375"><figcaption></figcaption></figure>

| Setting                     | Description                                                                                                                                    |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Username                    | RR12 username or customer number                                                                                                               |
| Password                    | RR12 password for your account                                                                                                                 |
| API Key                     | Starting with version 1.0.83, you can also use an API key instead of username and password (e.g. in case you have 2FA enabled on your account) |
| Connection Mode             | Offline when event file is checked out locally                                                                                                 |
| Event ID                    | ID of the event you are working with                                                                                                           |
| Timing Point                | Name of the timing point photofinish times should be written into (usually not the ones with reads from decoder)                               |
| Time                        | You can decide to either upload time of days or net times                                                                                      |
| Photofinish Rank Field Name | Name of the UDF to upload ranks into                                                                                                           |
| Contest ID                  | Empty for all, otherwise specify a contest ID                                                                                                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dbnetsoft.com/dbnetsoft/photofinish.net/configuration/raceresult.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
