# Build and run

This section shows how to build and run code for each part of ODD infrastructure — ODD Platform backend and frontend, and the ODD Collectors family. For local Docker-based setup that does not require building from source, follow [Try locally](/configuration-and-deployment/trylocally.md).

### Contents

* [Build and run ODD Platform](/developer-guides/build-and-run/build-and-run-odd-platform.md) — backend (Java + Gradle + Spring WebFlux + jOOQ + Flyway) and frontend (TypeScript + React); how to run the platform from source for development.
* [Build and run ODD Collectors](/developer-guides/build-and-run/build-and-run-odd-collectors.md) — Python collectors bundled in the `odd-collectors` monorepo (`odd-collector`, `-aws`, `-gcp`, `-azure`) plus the standalone `odd-collector-profiler`; how to set up a Python environment, install per-collector dependencies, and run a collector locally.


---

# 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://docs.opendatadiscovery.org/developer-guides/build-and-run.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.
