# Developer Portal

- [Introduction](https://docs.secured.finance/developer-portal/introduction.md): Introduction to Secured Finance's Developer Portal and its resources
- [API Reference](https://docs.secured.finance/developer-portal/api-reference.md): API Reference for Secured Finance protocols
- [Fixed-Rate Lending Subgraph](https://docs.secured.finance/developer-portal/api-reference/fixed-rate-lending-subgraph.md): Documentation for querying the Fixed-Rate Lending Subgraph
- [Query Examples](https://docs.secured.finance/developer-portal/api-reference/fixed-rate-lending-subgraph/query-examples.md): Example queries for the Fixed-Rate Lending Subgraph
- [SDK Reference](https://docs.secured.finance/developer-portal/sdk-reference.md): SDK Reference for Secured Finance protocols
- [Fixed-Rate Lending SDK](https://docs.secured.finance/developer-portal/sdk-reference/fixed-rate-lending-sdk.md): Documentation for the Fixed-Rate Lending SDK
- [USDFC SDK](https://docs.secured.finance/developer-portal/sdk-reference/usdfc-sdk.md): Documentation for the USDFC SDK
- [Bug Bounty](https://docs.secured.finance/developer-portal/bug-bounty.md)


---

# 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.secured.finance/developer-portal.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.
