> For the complete documentation index, see [llms.txt](https://illuminates-company.gitbook.io/eontribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illuminates-company.gitbook.io/eontribe/ecosystem/neural-network/the-voice-input.md).

# The voice input

The voice input  function allows users to input text by speaking words instead of typing them. The artificial intelligence system recognizes and transcribes the spoken words into text. This makes information input faster and more convenient for users, especially on mobile devices. In addition, the artificial intelligence system can suggest improvements to the transcribed text, such as correcting typos or offering alternative phrasings. This function can also be useful for users who have difficulty with text input or prefer to communicate orally.

**What to do to find the appropriate profile for you?**

<figure><img src="/files/9EqbSu4zaz4H9lUP3piI" alt=""><figcaption></figcaption></figure>

* Pay attention to filling out your profile for the initial algorithm setup.
* Preliminary communication with Eontribe Neural Networks will help to clarify your preferences.
* Specify as much as you can when entering your neural network search query.
* Review the first results that are displayed by the neural network. Indicate your comments on those results and let us know what a particular person/organization is missing in order to perfectly match your query.
* Check out the updated list of profiles, which takes into account your clarifications.
* You can start a correspondence, set an online meeting or video conference at a time convenient for you and your conversation partner.
* You'll be notified when profiles are created corresponding to your requests and definitions. There is no need to repeat your request, constantly monitor the web-space or hire a team of specialists, everything is done automatically.


---

# 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://illuminates-company.gitbook.io/eontribe/ecosystem/neural-network/the-voice-input.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.
