# Service

| Extension                                                                                                                  | Description                                                                                                               |
| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| [EXT\_Service\_Cancel](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel.md)                  | Function to ask MSS to cancel a service.                                                                                  |
| [EXT\_Service\_Close](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-1.md)                 | Function to change the state of the service to closed, it runs all the automatic processes like invoicing the service.    |
| [EXT\_Service\_NewArticle](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-2.md)            | Function to add a new article to the service.                                                                             |
| [EXT\_Service\_OpenService](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-3.md)           | Function to load into the temporary tables a service to be edited (SRV\_Temp, SEQ\_Temp, SIT\_Temp, SMT\_Temp, SLN\_Temp) |
| [EXT\_Service\_SaveService](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-4.md)           | Function to save the service                                                                                              |
| [EXT\_Service\_SelectedEquipment](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-5.md)     | Function to add the equipment to the opened service.                                                                      |
| [EXT\_Service\_ValidateBeforeInvoice](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-6.md) | Function to validate if MSS is configured to create any document with service articles                                    |
| [EXT\_Service\_Invoice](/mss-extensibility/mss-5.1/functions-kalipso-to-mss/service/ext_service_cancel-7.md)               | Function to create the invoice, or another document type, with the articles added to the service                          |


---

# 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-kalipso-to-mss/service.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.
