# Getting started

Identifying evidence implicating drug targets with diseases or phenotypes constitutes one of the pivotal challenges of the Open Targets Platform. Several steps are required to aggregate, integrate, validate, and score the collected information, in order to contextualise and weight the underlying evidence. The Platform provides a framework to allow the interactive or programmatic interrogation of target-disease evidence.

### Data model

The Open Targets data model focuses on five main entities:

* [Target](https://platform-docs.opentargets.org/target): understood as any candidate drug binding molecule
* [Disease or Phenotype](https://platform-docs.opentargets.org/disease-or-phenotype): including any disease indications, phenotypes, measurements, biological processes and other relevant traits.
* [Variant](https://platform-docs.opentargets.org/variant): DNA variation that has been associated with a disease, trait, or phenotype
* [Study](https://platform-docs.opentargets.org/study): source of evidence linking genetic variants to traits, diseases, and molecular phenotypes.
* [Drug](https://platform-docs.opentargets.org/drug): molecules that can act as medicinal products.

### Entity annotation

These entities are annotated with a variety of public data sources, as well as information about the relationships between them. A more detailed description of the annotations is provided throughout the documentation. Some examples are:

* [Target tractability assessment](https://platform-docs.opentargets.org/target/tractability)
* [Target safety](https://platform-docs.opentargets.org/target/safety)
* [Baseline expression](https://platform-docs.opentargets.org/target/baseline-expression)
* [Molecular interactions](https://platform-docs.opentargets.org/target/molecular-interactions)
* [Clinical signs and symptoms](https://platform-docs.opentargets.org/disease-or-phenotype/clinical-signs-and-symptoms)
* [Pharmacovigilance](https://platform-docs.opentargets.org/drug/pharmacovigilance)
* [Bibliography](https://platform-docs.opentargets.org/bibliography)
* [GWAS & functional genomics](https://platform-docs.opentargets.org/gentropy)

### Evidence generation and association scoring

A pivotal component of the Platform is the integration of potentially causal evidence linking targets and diseases. The definition of the Platform evidence as well as expanded documentation on each of the data sources are available in the [Target - disease evidence](https://platform-docs.opentargets.org/evidence) section.

In order to contextualise the information, all evidence referring to unique target-disease pairs are aggregated in the form of associations. Expanded documentation on how associations are built and scored is available in the [Target - disease associations](https://platform-docs.opentargets.org/associations) section.

### Applications and data access

To start addressing therapeutic hypotheses users can find alternative ways to interface with the data:

* [Web interface](https://platform-docs.opentargets.org/web-interface) at [platform.opentargets.org](http://platform.opentargets.org). The Platform web application provides a user interface to navigate data relevant for building therapeutic hypotheses. Starting from the home page search box, users can navigate to entity pages, associations pages or evidence pages.
* [Data access](https://platform-docs.opentargets.org/data-access). More complex hypotheses might require advance interfaces or programmatic access. The Platform aims to deliver a number of alternative ways to access data to support the most intensive queries.

More details about the open source codebase and development can be found in the [Platform infrastructure](https://platform-docs.opentargets.org/data-access/platform-infrastructure) section.

## Training materials

### Online tutorial

Please note we are in the process of updating our training content following the most recent updates (25.03).

{% embed url="<https://www.ebi.ac.uk/training/online/courses/open-targets-quick-tour/>" %}

### Webinar

{% embed url="<https://www.youtube.com/watch?v=VZQql6CnbSE>" %}


---

# 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://platform-docs.opentargets.org/getting-started.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.
