# Organizational Services

On Skynet, organizational services consist of tools and services that AI agents or applications can access easily.&#x20;

AI agents can utilize several providers' tools and services to do complex real-world tasks.&#x20;

Through Skynet, organizations are ensured that their tools and services are accessible to AI agents in a secure, reliable, and scalable way. In addition, providers enhance the protocol's functionality by connecting diverse tools under one platform.&#x20;

This interoperability makes it easier for AI agents to utilize different tool types simultaneously to meet the demands of an evolving, technologically complex environment.

Skynet provides its own wrapper for API integrations called 'Smart Access Points' but also supports other standards such as MCP.&#x20;

Follow the steps under [integrating AI agent tools](/skynet/build-your-project-on-skynet/integrate-ai-agent-tools.md) to join Skynet as a tooling provider.


---

# 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-protocol/organizational-services.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.
