> For the complete documentation index, see [llms.txt](https://facedev.gitbook.io/bussin-web-x-how-to-make-a-website/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://facedev.gitbook.io/bussin-web-x-how-to-make-a-website/for-users/advanced-user-manual.md).

# Advanced user manual

This short page includes some additional things you might want to know about how to use Napture.

## Keybinds

| `CONTROL` + `SHIFT` + `S`          | `CONTROL` + `SHIFT` + `P`                                                                                                                 | `CONTROL` + `SHIFT` + `I`                                                 |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| This will open Napture's Settings. | This will open *Napture Logs*. This is made for developers, but it may help you understand why a page isn't working in case that happens. | This will open the built-in *GTK Inspector*. This is made for developers. |

## Using other browsers

{% hint style="danger" %}

#### Outdated section

This section contains content from contributors and 3rd parties. It has been marked as outdated. This alert will stay until the content below gets updated.
{% endhint %}

Since Web X is an open-source network, there are different browsers available, like the following:

| Provider       | Where to get it it                                                                                          | Maintainer                                            | Recommended                                                                                                                              |
| -------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Bussin Napture | Go to the [releases tab of the official Web X repository](https://github.com/face-hh/webx/releases/latest). | :heavy\_check\_mark: **Official Web X service**       | YES                                                                                                                                      |
| Bussinga       | Go to the [Bussinga repository](https://github.com/codingMASTER398/bussinga/releases/latest).               | [codingMASTER398](https://github.com/codingMASTER398) | YES if you are a Windows user. As of Napture 1.2.2, Bussinga 0.0.1 seems to work better on MS Windows. **Webview based**.                |
| Fapture        | Go to the [Fapture repository](https://github.com/nojasm/fapture/)                                          | [nojasm](https://github.com/nojasm/)                  | Kind off. Compatible with both CSS 3.25 and standard CSS 3. Has no releases and needs to be compiled by the end user. **Webview based**. |

**Something is wrong with this table? As 3rd party browsers get updated, this table can get outdated over time.** [**Make a PR to help keep it up to date.**](https://github.com/face-hh/webx/tree/master/docs) **Thanks in advance!**


---

# 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://facedev.gitbook.io/bussin-web-x-how-to-make-a-website/for-users/advanced-user-manual.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.
