> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stream.estate/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> This section of is aimed at collecting and answering common questions that developers may have when working with the API.

<AccordionGroup>
  <Accordion title="How do I signup for the API?">
    If you want to get an access and try out the API, please [sign up](https://www.melo.io) and create an API key in your settings.
  </Accordion>

  <Accordion title="What is the timezone?">
    The timezone is set to `Europe/Paris`.
  </Accordion>

  <Accordion title="Can I send a request and only get the number of results?">
    Yes, in order to do that you have to send a request with `itemsPerPage=0` as a query parameter. Please note that count is limited to 10 000 results for `/documents/properties` endpoint.
  </Accordion>

  <Accordion title="I have some questions, where can I get help?">
    Please reach out using the chat on our our [Website](https://stream.estate), we're happy to answer you all your questions and get you started.
  </Accordion>
</AccordionGroup>
