# Current Capabilities Supported by Neo

The following is a list of external tools currently supported by the Flowith Neo mode. This list is continuously being updated. If you have specific tools you'd like Neo to support, or if you're interested in integrating your product's API with Neo, we welcome you to contact us!

| **Tool Name**         | **Tool Function**                                                     |
| --------------------- | --------------------------------------------------------------------- |
| online\_search        | Intelligently searches and summarizes web content.                    |
| read\_single\_webpage | Reads the static content of a specific URL.                           |
| use\_browser          | Operates a live browser to interact with dynamic or complex websites. |
| search\_images        | Searches for images online using keywords.                            |
| search\_twitter       | Searches for tweets using keywords.                                   |
| watch\_video          | Retrieves subtitles from a YouTube video.                             |
| gen\_document         | Generates text documents like reports and summaries.                  |
| gen\_image            | Creates or modifies images from text or image prompts.                |
| gen\_3d\_from\_image  | Generates a 3D model from a single image.                             |
| gen\_webpage          | Creates fully functional webpages or apps from scratch.               |
| refine\_webpage       | Modifies or updates an existing webpage project.                      |
| solve\_logic\_problem | Performs rigorous logical reasoning and problem analysis.             |
| generate\_storyboard  | Generates a scene-by-scene storyboard for a video.                    |
| gen\_video\_segment   | Generates a single video clip from an image or storyboard scene.      |
| gen\_music            | Generates original music from a text description.                     |
| gen\_speech           | Converts text into multilingual speech.                               |
| ask\_user\_more       | Asks the user for additional information or confirmation.             |
| send\_email           | Sends task results to the user via email.                             |


---

# 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.flowith.io/agent-mode-neo/current-capabilities-supported-by-neo.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.
