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

# Go to link

Go to given url

## Input

| Property | Type        | Required | Description  |
| -------- | ----------- | -------- | ------------ |
| url      | SHORT\_TEXT | Yes      | URL to go to |

## Sample Output

```json theme={null}
{
  "success": true,
  "page_content": "<h1>...</h1>..."
}
```
