# Core

Below is a collection of ready-made shortcodes that come with the core plugin. [Additional shortcodes](https://yeken.gitbook.io/snippet-shortcodes/features/ready-made/premium) are included with the Premium plugin.

| Shortcode                 | Description                                                                                                                                                                                                                  |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \[sv slug="todays-date"]  | Displays today's date. Default is UK format (DD/MM/YYYY). Format can be changed by adding the parameter format="m/d/Y" onto the shortcode. Format syntax is based on [PHP date](http://php.net/manual/en/function.date.php). |
| \[sv slug="user-ip"]      | Display the current user's IP address.                                                                                                                                                                                       |
| \[sv slug="user-agent"]   | Display the current user's User Agent                                                                                                                                                                                        |
| \[sv slug="site-url"]     | The Site address (URL) (set in Settings > General)                                                                                                                                                                           |
| \[sv slug="site-title"]   | Displays the site title.                                                                                                                                                                                                     |
| \[sv slug="admin-email"]  | Admin email (set in Settings > General)                                                                                                                                                                                      |
| \[sv slug="page-title"]   | Displays the page title.                                                                                                                                                                                                     |
| \[sv slug="login-page"]   | Wordpress login page. Add the parameter "redirect" to specify where the user is taken after a successful login e.g. redirect="<http://www.google.co.uk>".                                                                    |
| \[sv slug="privacy-url"]  | Displays the privacy page URL.                                                                                                                                                                                               |
| \[sv slug="username"]     | Display the logged in username.                                                                                                                                                                                              |
| \[sv slug="user-id"]      | Display the current user's ID.                                                                                                                                                                                               |
| \[sv slug="user-email"]   | Display the current user's email address.                                                                                                                                                                                    |
| \[sv slug="first-name"]   | Display the current user's username.                                                                                                                                                                                         |
| \[sv slug="last-name"]    | Display the current user's last name.                                                                                                                                                                                        |
| \[sv slug="display-name"] |                                                                                                                                                                                                                              |

For additional ready-made shortcodes, [explore our Premium collection](https://yeken.gitbook.io/snippet-shortcodes/features/ready-made/premium) for even more powerful and flexible options.


---

# 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://yeken.gitbook.io/snippet-shortcodes/features/ready-made/core.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.
