# Entity selection in Kalipso

When MSS tries to select a customer, a prospect or a supplier will try to get it from the extension project.

Extension action set = EXT\_CLI\_SELECT

*Input Parameters*

* inSelectedRoute – Code of the selected route;
* inSelectedSubRoute – Code of the selected sub route;
* inEntityType – Type of entity (C – Customer / P – Prospect / F - Supplier);
* inDocumentType – Code of the selected document (used in the selection inside a document);
* inEntityCodeToSelect – Code of pre-selected customer;

*Output parameters*

* outEntityCode – Code of the selected entity (empty when no selection was made);
* outEntityName – Name;


---

# 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://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-mss-to-kalipso/entity-selection-in-kalipso.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.
