# Skynet Ecosystem

Projects within the Skynet ecosystem include those built natively on the protocol, tool providers, and those utilizing services on the agentic network. This encompasses deployment tools, new products and services, etc.&#x20;

The current ecosystem projects include:

* **StackAI:** It provides computing and GPU resources for AI agents at a cost-effective price. On Skynet, StackAI provides all the computing and GPU needed for AI agent deployment and operation on the protocol.
* **Jarvis:** It is a personal or AI assistant that allows its users to perform actions beyond the scope of most current AI assistants. These actions vary from booking meetings to coding and deploying applications. Jarvis utilizes Skynet's capabilities, which enable it to have amazing features, from payment capabilities and access to tools that allow it to perform real-world actions based on prompted requests.


---

# 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://documentation.skynet.io/skynet/skynet-ecosystem.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.
