> For the complete documentation index, see [llms.txt](https://osschain.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osschain.gitbook.io/docs/platforms/linkers-smart-links/privacy-policy.md).

# Privacy Policy

PRIVACY POLICY COVERS\
This policy covers how Linkers.dev treats personal information that we collect and receive, including information related to your past use of Linkers.dev products and services. Personal information is information about you that is personally identifiable like your name, address, email address, or phone number, and that is not otherwise publicly available. This policy does not apply to the practices of companies that Linkers.dev does not own or control, or to people that Linkers.dev does not manage.

THE INFORMATION COLLECTED\
Linkers.dev collects personally identifiable information only upon user consent. The information is normally gathered through our newsletters, or other services we offer to users. Information collected may include, but are not exclusive to username, email address of users of Linkers.dev

PERSONAL INFORMATION MAY BE USED\
Personal information can be used to customize content and enhance user experience. Users who have shared information may receive newsletters, announcements, or promotional materials from our site. People can always contact our site (<info@Linkers.dev>) and request to remove their information from all distribution lists.

PRIVATE INFORMATION IS PROTECTED, CHANGED AND UPDATED.\
All personal information is stored on our secure servers only accessible by Linkers.dev employees. Account information and deletion of personal identifiable information will be executed upon user request.


---

# 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://osschain.gitbook.io/docs/platforms/linkers-smart-links/privacy-policy.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.
