# Specific options

This set of options is included in the Project menu. They allow you to add and manage a wide range of features for the project. To learn more about each of the options you can select from the available links in the below.

The order of the options in the list corresponds to their ordering on the ribbon.

* [Cleanup Files](/kalipso5/developing/specific-options/cleanup-files.md)<br>
* [Documentation](/kalipso5/developing/specific-options/documentation.md)
* [Tasks](/kalipso5/developing/specific-options/tasks.md)<br>
* [Global Action Sets](/kalipso5/developing/specific-options/global-action-sets.md)
* [Resources](/kalipso5/developing/specific-options/resources.md)
* [Web Services](/kalipso5/developing/specific-options/web-services.md)
* [JScript](/kalipso5/developing/specific-options/jscript.md)
* [Sockets](/kalipso5/developing/specific-options/sockets.md)
* [Files](/kalipso5/developing/specific-options/files.md)
* [DLL's](/kalipso5/developing/specific-options/dll-s.md)
* [Critical Sections](/kalipso5/developing/specific-options/critical-sections.md)
* [Services](/kalipso5/developing/specific-options/services.md)<br>
* [Language and Translation](/kalipso5/developing/specific-options/language-translation.md) (this link is for a set of three options).


---

# 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/kalipso5/developing/specific-options.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.
