# pages

<div align="left"><figure><img src="/files/BFvbNPHJYUwndqj3iSEm" alt="" width="200"><figcaption></figcaption></figure></div>

<table><thead><tr><th width="259">Folder Name</th><th>Description</th><th>Files</th></tr></thead><tbody><tr><td>Create</td><td>A folder that contains create component</td><td>Create.tsx and Create.css</td></tr><tr><td>Home</td><td>A folder that contains home component</td><td>Home.tsx and Home.css</td></tr><tr><td>Login</td><td>A folder that contains login component</td><td>Login.tsx</td></tr><tr><td>Restore</td><td>A folder that contains restore component</td><td>Restore.tsx</td></tr><tr><td>Send</td><td>A folder that contains send component</td><td>Send.tsx and Send.css</td></tr><tr><td>SendEVM</td><td>A folder that contains send EVM component</td><td>SendEVM.tsx and SendEVM.css</td></tr><tr><td>Welcome</td><td>A folder that contains welcome component</td><td>Welcome.tsx and Welcome.css</td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://sspwallet.gitbook.io/docs/ssp-wallet-development/project-folders/src/pages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
