# Custom Projections

Projection configuration capabilities in IFS allows you to:

* create a new a Custom Projection which includes other Entities,
* extend standard projection,
* or extend Custom Projection created from Custom Entities.

Read detailed configuration instructions from IFS documentation, search for **projection configuration.**

## Create new projection

**New projection configuration** wizard allows create new projections. Select **Create new projection**.&#x20;

<figure><img src="/files/Ka9sHAB3IElDHdOAjghe" alt=""><figcaption><p>Projection configuration wizard - first step</p></figcaption></figure>

## Extending existing standard projection

Select **Configure Standard Projection in New projection configuration** wizard.

<figure><img src="/files/g12fTIb0hCWk9PCqxZYJ" alt=""><figcaption><p>Step 1: Select projection</p></figcaption></figure>

Add Entities to extend existing projection

<figure><img src="/files/abJ08K47Mv1u2kVjohEL" alt=""><figcaption><p>Step 2: Add Entity and / or Entities</p></figcaption></figure>

In next step you define how Entities are linked (reference) to each other

First link the Projection to be extended with the entity/entities selected in previous step.&#x20;

<figure><img src="/files/slEYixm33kCMvMOkrlp7" alt=""><figcaption><p>Step 3: define which Entities should be associated with each other</p></figcaption></figure>

Next define keys to link the entities TODO&#x20;

## :tools: WIP - Modifying existing projection


---

# 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.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/configuration/configuring-projections-in-ifs/custom-projections.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.
