---
title: Langfuse Community
description: Join the Langfuse Community to connect with developers, contribute to our open-source LLM observability platform, attend community sessions, and collaborate worldwide.
---

# 🪢 Langfuse Community

![Langfuse Community](/images/docs/langfuse-community.png)

🙏 Thank you to all our community members for your contributions to the [Langfuse project](https://github.com/langfuse/langfuse). Your support and collaboration drive us forward!

## Open Source Contribution

Your contributions are welcome! Feel free to contribute ideas, feedback, or create issues and bug reports if you find any! Before contributing, please read the [Contribution Guide](https://github.com/langfuse/langfuse/blob/main/CONTRIBUTING.md). Visit our Langfuse Community channels if you need any help!

You can learn more about the Langfuse architecture and implementation [here](https://github.com/langfuse/langfuse/blob/main/CONTRIBUTING.md#project-overview). It's recommended to have a close look at them before making any contributions.

## Join Our Community Channels

Connect with the Langfuse community on:

- [Discord](https://langfuse.com/discord)
- [GitHub Discussions](https://github.com/langfuse/langfuse/discussions)
- [X.com](https://x.com/langfuse)
- [LinkedIn](https://www.linkedin.com/company/langfuse)

## Langfuse Community Hour

We host a **Langfuse Community Hour** every week on Google Meet where we hang out together, talk AI, answer any questions you might have, and discuss the roadmap with the team. We also host regular Langfuse Town Hall meetings where we share larger updates on our latest releases and future roadmap.

See upcoming community hours and meetups on the [Events](/events) page, or subscribe via the [Luma calendar](https://lu.ma/langfuse).

- [Events calendar](/events)

## 🖼️ Get Langfuse Stickers

Love Langfuse? You can order Langfuse stickers for free [here](https://langfuse.com/stickers).

## Local Langfuse Meetups

Interested in organizing a local Langfuse meetup in your town? [Contact us](/support#slack) to discuss how to set this up. We are happy to promote events through our social channels, send you Langfuse swag and support through speaking, video messages or similar!

<!-- agent-instructions -->

---

## Agent Instructions

This page is part of the [Langfuse](https://langfuse.com) documentation, published as plain Markdown for AI agents. Every page is available as Markdown by appending `.md` to its URL, or by sending an `Accept: text/markdown` header. This page: `https://langfuse.com/community.md`.

### Querying these docs

If the answer is not on this page, query the documentation instead of guessing:

- **Semantic search** across all Langfuse docs, returning an answer with the relevant pages and excerpts. Ask a specific, self-contained question:

  ```bash
  curl -sG "https://langfuse.com/api/search-docs" --data-urlencode "query=How do I trace a LangGraph agent?"
  ```

- **Index of every page**: <https://langfuse.com/llms.txt>, with per-section indexes [llms-docs.txt](https://langfuse.com/llms-docs.txt), [llms-integrations.txt](https://langfuse.com/llms-integrations.txt), and [llms-self-hosting.txt](https://langfuse.com/llms-self-hosting.txt).

### Before writing Langfuse code

- **Install the [Langfuse Agent Skill](https://langfuse.com/docs/api-and-data-platform/features/agent-skill).** It encodes Langfuse's own best practices for instrumentation, prompt management, and evaluation, and materially improves results.
- **Read [What does a good trace look like?](https://langfuse.com/docs/observability/best-practices.md)** before instrumenting an application.
- **Verify endpoints, parameters, and response fields** against the [API reference](https://api.reference.langfuse.com) instead of inferring them from code examples.
- **Use the [Langfuse CLI](https://langfuse.com/docs/api-and-data-platform/features/cli)** (`npx langfuse-cli api <resource> <action>`) to read or write traces, prompts, datasets, and scores from the terminal.

Found an error in these docs? Please open an issue at <https://github.com/langfuse/langfuse-docs/issues>.
