> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/legacy-documentation/solutions-2023/open-charging-network/open-source-development/developer-community-calls.md).

# Developer Community Calls

Monthly Developer Community Calls are being hosted to align the development of all Open Charging Network software components.

Anyone is invited to jointly discuss current status of development, upcoming releases, development contributions from the community, and other related topics.

Calls will take place every second Tuesday of the month via the video conferencing platform Zoom. The call will be recorded and published on this page.

**Join the call via Zoom:**

* Join Zoom Meeting\
  <https://us02web.zoom.us/j/81939801778?pwd=N3RzSHF2dEVBNXhWVE10OVZIUzcwUT09>
* Meeting ID: 819 3980 1778
* Passcode: 009142

Dial by your location

#### Recordings of previous calls: <a href="#recordings-of-previous-calls" id="recordings-of-previous-calls"></a>

13.04.2021 - [Watch recording on Youtube](https://youtu.be/1cH60UfwUPs)

09.03.2021 - [Watch recording on Youtube](https://youtu.be/V3xe1eKJI4I)

09.02.2021 - [Watch recording on Youtube](https://www.youtube.com/watch?v=C-sw8BSxLTo)

12.01.2021 - [Watch recording on Youtube](https://www.youtube.com/watch?v=Ue7ccyqQj3k)

08.12.2020 - [Watch recording on Youtube](https://www.youtube.com/watch?v=jIRakmZY9zk)

10.11.2020 - [Watch recording on Youtube](https://www.youtube.com/watch?v=KMZyhQeMIl0)

13.10.2020 - [Watch recording on Youtube](https://www.youtube.com/watch?v=naMogNFXLMQ)

08.09.2020 - [Watch recording on Youtube](https://www.youtube.com/watch?v=NRdnn45VYgc)

11.08.2020 - [Watch recording on Youtube](https://youtu.be/xi_jr4O0ZZs)


---

# 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.energyweb.org/legacy-documentation/solutions-2023/open-charging-network/open-source-development/developer-community-calls.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.
