# Lantern.Discv5

## Lantern.Discv5

- [Usage](https://piertwo.gitbook.io/lantern.discv5/usage.md): This section provides guidance on how to setup and interact with the Discv5 protocol in a .NET project.
- [Inter-App Communication](https://piertwo.gitbook.io/lantern.discv5/usage/inter-app-communication.md): This section describes how a custom subprotocol can be implemented for allowing communication between different applications.
- [Settings](https://piertwo.gitbook.io/lantern.discv5/settings.md): This section explains the various options available for configuration when creating the Discv5 protocol.
- [Contribution Guidelines](https://piertwo.gitbook.io/lantern.discv5/contribution-guidelines.md): Thanks for your interest in contributing to Lantern.Discv5! Following these guidelines helps to communicate effectively and ensure that your contribution matches our project needs.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://piertwo.gitbook.io/lantern.discv5/usage.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.
