# Access to Graphql from Browser Playground

Open the GraphQL playground in your browser:

```
https://<your-finmars-domain>/:realm_code:/space_code:/graphql/
```

<span style="white-space: pre-wrap;">E.g. </span>[https://eu-central.finmars.com/realm0v4ry/space063sw/graphql/](https://eu-central.finmars.com/realm0v4ry/space063sw/graphql/)<span style="white-space: pre-wrap;"> (Link is not lead to anything, just an example)</span>  
  
You will see:

- Query editor
- Schema explorer
- Result panel

You must be authenticated.  
  
[![Screenshot 2025-12-16 at 15.49.17.png](https://docs.finmars.com/uploads/images/gallery/2025-12/scaled-1680-/screenshot-2025-12-16-at-15-49-17.png)](https://docs.finmars.com/uploads/images/gallery/2025-12/screenshot-2025-12-16-at-15-49-17.png)

---

### <span style="white-space: pre-wrap;">You can access Documentation </span>

Click ob button with Book icon in top left corner

[![Screenshot 2025-12-16 at 17.04.47.png](https://docs.finmars.com/uploads/images/gallery/2025-12/scaled-1680-/screenshot-2025-12-16-at-17-04-47.png)](https://docs.finmars.com/uploads/images/gallery/2025-12/screenshot-2025-12-16-at-17-04-47.png)

Now you can navigate on Schema  
  
To see what operation you could call, click on "Query"  
  
  
  
  
[![Screenshot 2025-12-16 at 17.05.41.png](https://docs.finmars.com/uploads/images/gallery/2025-12/scaled-1680-/screenshot-2025-12-16-at-17-05-41.png)](https://docs.finmars.com/uploads/images/gallery/2025-12/screenshot-2025-12-16-at-17-05-41.png)  
  
Here is the list of supported operations.  
  
  
[![Screenshot 2025-12-16 at 17.06.16.png](https://docs.finmars.com/uploads/images/gallery/2025-12/scaled-1680-/screenshot-2025-12-16-at-17-06-16.png)](https://docs.finmars.com/uploads/images/gallery/2025-12/screenshot-2025-12-16-at-17-06-16.png)

So, here you can see "Type" it will show to you all available Fields to work with in your Query  
  
Also you can see "Filters" and "Pagination". These sections will show you how to configure your Query to work with data  
  
  
  
[![Screenshot 2025-12-16 at 17.08.10.png](https://docs.finmars.com/uploads/images/gallery/2025-12/scaled-1680-/screenshot-2025-12-16-at-17-08-10.png)](https://docs.finmars.com/uploads/images/gallery/2025-12/screenshot-2025-12-16-at-17-08-10.png)

  
For example you could see that there is String filters and Data Filters. Other Relations fields also could be filters