# Suboptions export/import

A long waited feature is now available (starting from version 4.6.0)! This functionality makes it possible to export, view or import suboptions for Radio, Select or Checkboxes options.

![](/files/-M50Y9oauSCWWGXbtvIF)

This is [an example of CSV import file](http://bit.ly/suboptions-import).

* For Select option only first four columns are used: def, label, slug, rate. For Radio and Checkboxes all the columns from the example file are used.
* Keep the names of columns exactly like they are given in the file!
* Only you are responsible for the correct URI's that are given in the import file. For instance, they may not work if you made a typo.
* Use '.' for decimals. DO NOT USE ','!
* Choose a proper delimiter used in your import file. It can be chosen on [plugin's general settings page](/uni-cpo-4-documentation/usage/plugins-settings.md).


---

# 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://kb.moomoo.agency/uni-cpo-4-documentation/usage/exim.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.
