# Axicov Namespace Services (ANS)

### Identity and Its Importance in a Digital World

In a landscape filled with countless agents, understanding the creator of each becomes crucial. **Enter the&#x20;*****Axicov Namespace Service (ANS).***

### What is ANS?

ANS is a naming system that provides developers and users with **.axi identities**. Examples include:

* `alice.axi`: A developer's primary namespace
* `quizbot.alice.axi`: An agent deployed by Alice

### Why ANS Matters

* **Ownership**: Names indicate who created and owns an agent.
* **Credibility**: Users can trust agents associated with verified namespaces.
* **Composability**: A single namespace can encompass multiple agents, each accessible through subdomains.

### Practical Example

If a teacher registers `teachme.axi`, all their deployed agents—such as math, science, or test prep—are available under this main identity. Students can easily recognize and trust the source of their learning materials.

ANS converts **anonymous code into branded and trusted entities**.


---

# 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://axicov-ai.gitbook.io/axicov-docs/core-concepts/axicov-namespace-services-ans.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.
