# FAQs

**FAQs**

1. **Where do I get my API key?**
   * After signing up on the Pipfeed platform(<https://app.pipfeed.com>) , navigate to the 'API' section. Your unique API key will be displayed there.
2. **Is there a sandbox or testing environment?**
   * No,  but you can test by signing up for "Free(No Card)" plan. This gives you 100 API calls to test with. If you need more just send us an email at support\[at]pipfeed\[dot]com.
3. **How fresh is the data returned by the API?**
   * The data is fetched in real-time from the source URL, ensuring the latest and most accurate information.

#### **Support**

For technical support, feature requests, or other queries, please contact our support team at `support@pipfeed.com`.


---

# 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.pipfeed.com/faqs.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.
