# Private Socket Feed

A private socket feed is a data feed that can only be accessed by a restricted number of authorized users or clients. Typically, it is used to offer real-time or near-real-time data to a select group of consumers, such as financial market data to a trading firm or sensor data to a particular manufacturer. When the data being delivered is sensitive or proprietary, and access to the data must be restricted to a select group of individuals or institutions, private socket feeds are frequently employed. The data is typically transmitted across a private network or a virtual private network (VPN) to ensure that only authorized users can access it.


---

# 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://docs.ndax.in/v3/private-socket-feed.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.
