> For the complete documentation index, see [llms.txt](https://docs.human-id.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.human-id.org/faq.md).

# FAQ

## How do I report a bug/issue?

If you find a bug or error with humanID apps, please submit an issue in each repository affected under the [issues](https://github.com/human-internet/humanid-ios-sdk/issues) tab. Be as descriptive as possible: include exactly what you did to make the bug appear, what you expected to happen, and what happened instead. Please include screenshots of errors and use labels to declare the type and urgency of the issue. Remember to check for similar issues already reported.\
\
If you think you've found a security issue, you can responsibly disclose it to us by email: cs\@humanid-org.

## How do I implement a new feature or submit a corrected code?

Please visit our [Contributing](https://github.com/human-internet) page for information about implementing new features or submitting code patches.

## How do I register an application?

If it is your first application, click on the "New App" tab in the menu to add an application. If you have registered an application before, on the [Application Dashboard](https://developers.human-id.org/home/) you will find the "Register New App" button. Click on that button and enter in the details of your application to register it. Once you submit the form your app will appear on the dashboard with the proper credentials to continue with integration.


---

# 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://docs.human-id.org/faq.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.
