> For the complete documentation index, see [llms.txt](https://solemp.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://solemp.gitbook.io/whitepaper/guides/platform-development.md).

# Platform development

Development of Solemp platform wont stop at low-paid tasks. Many additional features will be added, one of which will be search for frames for task completion.

For clients, we will add the feature to upload your material for study to the performer for a limited period of time. Performers interested in this information/job must fully study the material. After the end of the time of open access to the material, client posts certain number of tests or test tasks also for a specific period with criteria for their completion, as well as payment for completing assigned task. Tests and criteria are checked by moderators for censorship and legality. Next, client funds contract deposit. Performer completes these tests or tasks. Upon meeting task criteria, performer receives or freezes (if there is a time duration criterion) payment for passing tests and tasks on their account. Payment will be made similarly to previous point (see section "Solemp Work Process").

After completing the tasks, customer will be given opportunity to contact performer who received payment for their tests/tasks. In the performer's personal dashboard/portfolio, there will be a separate active button "The platform can send my contact details to client" (separately for each type of contact: Email, Twitter, Telegram, Discord). Upon performer's affirmative approval, their contact details will be displayed to customer for communication.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://solemp.gitbook.io/whitepaper/guides/platform-development.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
